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:
- java.io.Serializable
public class CsvParseException
- extends java.lang.Exception
- implements java.io.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CsvParseException
public CsvParseException()
CsvParseException
public CsvParseException(int lineNumber,
java.lang.String offendingLine)
CsvParseException
public CsvParseException(int lineNumber,
java.lang.String offendingLine,
java.lang.Throwable cause)
getLineNumber
public int getLineNumber()
getOffendingLine
public java.lang.String getOffendingLine()