jschon.exc
- exception jschon.exc.JSONPointerError
An error originating in the
jsonpointermodule.
- exception jschon.exc.JSONPointerMalformedError
Raised for an invalid
JSONPointerconstructor argument.
- exception jschon.exc.JSONPointerReferenceError
Raised when a
JSONPointerevaluates a non-existent location in a document.
- exception jschon.exc.JSONSchemaError
Raised when an error occurs during construction of a
JSONSchemaobject. May be raised byKeywordinitializers and reference resolution methods.
- exception jschon.exc.JschonError
Generic error class.
- exception jschon.exc.RelativeJSONPointerMalformedError
Raised for an invalid
RelativeJSONPointerconstructor argument.
- exception jschon.exc.RelativeJSONPointerReferenceError
Raised when a
RelativeJSONPointerevaluates a non-existent location in a document.