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