Module spf :: Class AmbiguityWarning
[hide private]
[frames] | no frames]

Class AmbiguityWarning

source code

exceptions.Exception --+
                       |
                      AmbiguityWarning

SPF Warning - ambiguous results

Instance Methods [hide private]
  __init__(self, msg, mech=None, ext=None)
  __str__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, msg, mech=None, ext=None)
(Constructor)

source code 
None
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
None
Overrides: exceptions.Exception.__str__