Class FileRulesReadException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FileRulesCsvException,- FileRulesDurationException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFileRulesReadException(String message) FileRulesReadException(String message, Throwable cause) FileRulesReadException(String message, Map<Integer, List<ErrorReport>> errorsMap) FileRulesReadException(Throwable cause) 
- 
Method SummaryMethods inherited from class fr.gouv.vitam.common.exception.VitamExceptiongetVitamError, setVitamErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileRulesReadException- Parameters:
- message- message to associate with the exception
- cause- cause to associate with the exception
 
- 
FileRulesReadException- Parameters:
- message- message to associate with the exception
 
- 
FileRulesReadException
- 
FileRulesReadException- Parameters:
- cause- cause to associate with the exception
 
 
- 
- 
Method Details- 
getErrorsMap
 
-