Package com.github.skjolber.stcsv
Class CsvParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.skjolber.stcsv.CsvException
-
- com.github.skjolber.stcsv.CsvParseException
-
- All Implemented Interfaces:
Serializable
public class CsvParseException extends CsvException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsvParseException(int index)CsvParseException(int index, String message)CsvParseException(int index, String message, Throwable cause)CsvParseException(int index, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-