Package dns :: Module exception
[hide private]
[frames] | no frames]

Module exception

source code

Common DNS Exceptions.

Dnspython modules may also define their own exceptions, which will always be subclasses of ``DNSException``.

Classes [hide private]
  DNSException
Abstract base class shared by all dnspython exceptions.
  FormError
DNS message is malformed.
  SyntaxError
Text input is malformed.
  UnexpectedEnd
Text input ended unexpectedly.
  TooBig
The DNS message is too big.
  Timeout
The DNS operation timed out.
Variables [hide private]
  __package__ = None
hash(x)