Package fr.gouv.vitam.common.exception
Class SchemaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.SchemaValidationException
- All Implemented Interfaces:
Serializable
Exception to be thrown when validation error occurs
- See Also:
-
Constructor Summary
ConstructorDescriptionSchemaValidationException
(String message) SchemaValidationException
(String message, Throwable cause) Constructor used to encapsulate a previously thrown exception. -
Method Summary
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
-
SchemaValidationException
- Parameters:
message
-cause
-
-
SchemaValidationException
Constructor used to encapsulate a previously thrown exception. A generic message is used.- Parameters:
cause
- the originating exception
-
SchemaValidationException
- Parameters:
message
-
-