Package fr.gouv.vitam.common.json
Class JsonSchemaValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.json.JsonSchemaValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonSchemaValidationException extends VitamException
Exception to be thrown when json schema validation fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaValidationException(java.lang.String message)
JsonSchemaValidationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-