org.pentaho.platform.dataaccess.datasource.wizard.models
Class CsvParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.dataaccess.datasource.wizard.models.CsvParseException
All Implemented Interfaces:
Serializable

public class CsvParseException
extends Exception
implements Serializable

Created by IntelliJ IDEA. User: rfellows Date: Aug 11, 2010 Time: 3:50:19 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
CsvParseException()
           
CsvParseException(int lineNumber, String offendingLine)
           
CsvParseException(int lineNumber, String offendingLine, Throwable cause)
           
 
Method Summary
 int getLineNumber()
           
 String getOffendingLine()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CsvParseException

public CsvParseException()

CsvParseException

public CsvParseException(int lineNumber,
                         String offendingLine)

CsvParseException

public CsvParseException(int lineNumber,
                         String offendingLine,
                         Throwable cause)
Method Detail

getLineNumber

public int getLineNumber()

getOffendingLine

public String getOffendingLine()