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