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