Class FileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.functional.administration.common.exception.ReferentialException
fr.gouv.vitam.functional.administration.common.exception.FileFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileFormatNotFoundException
,InvalidFileFormatParseException
,JsonNodeFormatCreationException
FileFormatException error
- See Also:
-
Constructor Summary
ConstructorDescriptionFileFormatException
(String message) FileFormatException
(String message, Throwable cause) FileFormatException
(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileFormatException
- Parameters:
message
- message to associate with the exception
-
FileFormatException
- Parameters:
cause
- cause to associate with the exception
-
FileFormatException
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-