Class CsvParseInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.gouv.vitam.common.exception.VitamRuntimeException
fr.gouv.vitam.collect.common.exception.CsvParseInternalException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCsvParseInternalException
(String message) CsvParseInternalException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CsvParseInternalException
- Parameters:
message
-
-
CsvParseInternalException
- Parameters:
cause
-
-
CsvParseInternalException
- Parameters:
message
-cause
-
-