org.pentaho.platform.dataaccess.datasource.wizard.models
Class CsvParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CsvParseException
public CsvParseException()
CsvParseException
public CsvParseException(int lineNumber,
String offendingLine)
CsvParseException
public CsvParseException(int lineNumber,
String offendingLine,
Throwable cause)
getLineNumber
public int getLineNumber()
getOffendingLine
public String getOffendingLine()