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:
java.io.Serializable
- Direct Known Subclasses:
FileRulesCsvException
,FileRulesDurationException
public class FileRulesReadException extends ReferentialException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileRulesReadException(java.lang.String message)
FileRulesReadException(java.lang.String message, java.lang.Throwable cause)
FileRulesReadException(java.lang.String message, java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> errorsMap)
FileRulesReadException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.Integer,java.util.List<ErrorReport>>
getErrorsMap()
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
FileRulesReadException
public FileRulesReadException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-
FileRulesReadException
public FileRulesReadException(java.lang.String message)
- Parameters:
message
- message to associate with the exception
-
FileRulesReadException
public FileRulesReadException(java.lang.String message, java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> errorsMap)
-
FileRulesReadException
public FileRulesReadException(java.lang.Throwable cause)
- Parameters:
cause
- cause to associate with the exception
-
-
Method Detail
-
getErrorsMap
public java.util.Map<java.lang.Integer,java.util.List<ErrorReport>> getErrorsMap()
-
-