diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-05 06:44:39 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-05 06:44:39 -0800 |
| commit | 16bf0c46c1df1c979f957ea928ca0df51a4a4e5f (patch) | |
| tree | 5cf353a2a48a9cb5d2489dd4323dc098883e3e01 /doc/exceptions.rst | |
| parent | af5767aa1bfc7affd72b3f14118cfcbe2b1835b6 (diff) | |
| download | dnspython-16bf0c46c1df1c979f957ea928ca0df51a4a4e5f.tar.gz | |
put all exceptions in one document
Diffstat (limited to 'doc/exceptions.rst')
| -rw-r--r-- | doc/exceptions.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst index 0fc9e86..1eb856f 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -5,3 +5,24 @@ Common Exceptions .. automodule:: dns.exception :members: + +dns.name Exceptions +=================== + +.. autoexception:: dns.name.AbsoluteConcatenation +.. autoexception:: dns.name.BadEscape +.. autoexception:: dns.name.BadLabelType +.. autoexception:: dns.name.BadPointer +.. autoexception:: dns.name.EmptyLabel +.. autoexception:: dns.name.IDNAException +.. autoexception:: dns.name.LabelTooLong +.. autoexception:: dns.name.NameTooLong +.. autoexception:: dns.name.NeedAbsoluteNameOrOrigin +.. autoexception:: dns.name.NoIDNA2008 +.. autoexception:: dns.name.NoParent + +dns.rdataset Exceptions +======================= + +.. autoexception:: dns.rdataset.DifferingCovers +.. autoexception:: dns.rdataset.IncompatibleTypes |
