jschon.exc
- exception jschon.exc.JSONPointerError
An error originating in the
jsonpointer
module.
- exception jschon.exc.JSONPointerMalformedError
Raised for an invalid
JSONPointer
constructor argument.
- exception jschon.exc.JSONPointerReferenceError
Raised when a
JSONPointer
evaluates a non-existent location in a document.
- exception jschon.exc.JSONSchemaError
Raised when an error occurs during construction of a
JSONSchema
object. May be raised byKeyword
initializers and reference resolution methods.
- exception jschon.exc.JschonError
Generic error class.
- exception jschon.exc.RelativeJSONPointerMalformedError
Raised for an invalid
RelativeJSONPointer
constructor argument.
- exception jschon.exc.RelativeJSONPointerReferenceError
Raised when a
RelativeJSONPointer
evaluates a non-existent location in a document.