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:
java.io.Serializable
- Direct Known Subclasses:
FileFormatNotFoundException,InvalidFileFormatParseException,JsonNodeFormatCreationException
public class FileFormatException extends ReferentialException
FileFormatException error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileFormatException(java.lang.String message)FileFormatException(java.lang.String message, java.lang.Throwable cause)FileFormatException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FileFormatException
public FileFormatException(java.lang.String message)
- Parameters:
message- message to associate with the exception
-
FileFormatException
public FileFormatException(java.lang.Throwable cause)
- Parameters:
cause- cause to associate with the exception
-
FileFormatException
public FileFormatException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-
-