Class FileRulesCsvException
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.FileRulesReadException
fr.gouv.vitam.functional.administration.common.exception.FileRulesCsvException
- All Implemented Interfaces:
Serializable
Exception throw when csv to import is not well format or is bad to parse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileRulesCsvException
(String message) FileRulesCsvException
(String message, Throwable cause) FileRulesCsvException
(String message, Map<Integer, List<ErrorReport>> errorsMap) FileRulesCsvException
(Throwable cause) -
Method Summary
Methods inherited from class fr.gouv.vitam.functional.administration.common.exception.FileRulesReadException
getErrorsMap
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
-
FileRulesCsvException
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
FileRulesCsvException
- Parameters:
message
- message to associate with the exception
-
FileRulesCsvException
- Parameters:
cause
- cause to associate with the exception
-
FileRulesCsvException
-