Class InvalidFileRulesParseException
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.FileRulesException
fr.gouv.vitam.functional.administration.common.exception.InvalidFileRulesParseException
- All Implemented Interfaces:
Serializable
Exception indicating the invalid file format XLM when parsing it
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFileRulesParseException(String message) InvalidFileRulesParseException(String messsage, Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileRulesParseException
- Parameters:
message- associated message
-
InvalidFileRulesParseException
- Parameters:
cause- associated cause
-
InvalidFileRulesParseException
- Parameters:
messsage- associated messagecause- associated cause
-