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:
Serializable
Exception to be thrown when json schema loading fails
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidJsonSchemaException
(String message) InvalidJsonSchemaException
(String message, Throwable cause) -
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
-
InvalidJsonSchemaException
-
InvalidJsonSchemaException
-