Move ValidationError to errors page.

This commit is contained in:
Julian Berman
2012-12-02 14:02:29 -05:00
parent c5473b8e38
commit 6d5a088b22
2 changed files with 5 additions and 6 deletions

View File

@@ -2,12 +2,14 @@
Handling Validation Errors Handling Validation Errors
========================== ==========================
.. module:: jsonschema
.. autoexception:: ValidationError
:members:
ErrorTrees ErrorTrees
---------- ----------
.. module:: jsonschema
If you want to programmatically be able to query which properties or validators If you want to programmatically be able to query which properties or validators
failed when validating a given instance, you probably will want to do so using failed when validating a given instance, you probably will want to do so using
:class:`ErrorTree` objects. :class:`ErrorTree` objects.

View File

@@ -12,6 +12,3 @@ Schema Validation
.. autoclass:: RefResolver .. autoclass:: RefResolver
:members: :members:
.. autoexception:: ValidationError
:members: