Class FileFormatNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.format.identification.exception.FileFormatNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileFormatNotFoundException extends VitamException
Define a File Format Exception to be thrown when the format identifier does not found the format of the file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileFormatNotFoundException(java.lang.String message)
FileFormatNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
FileFormatNotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FileFormatNotFoundException
public FileFormatNotFoundException(java.lang.String message)
- Parameters:
message
- associated message
-
FileFormatNotFoundException
public FileFormatNotFoundException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
FileFormatNotFoundException
public FileFormatNotFoundException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-