jschon.exc

exception jschon.exc.CatalogError

An error originating in the catalog module.

exception jschon.exc.JSONError

An error originating in the json module.

exception jschon.exc.JSONPatchError

An error originating in the jsonpatch module.

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 by Keyword 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.

exception jschon.exc.URIError

An error originating in the uri module.