Package com.activeviam.source.csv.api
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.activeviam.source.csv.api.ParsingException
- All Implemented Interfaces:
Serializable
A parsing exception in the csv file.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
Constructor.- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method).cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
-