email
.Errors
index
/usr/lib/python2.2/email/Errors.py
email package exception classes.
Classes
exceptions.Exception
MessageError
MessageParseError
BoundaryError
HeaderParseError
MultipartConversionError
(
MessageError
,
exceptions.TypeError
)
class
BoundaryError
(
MessageParseError
)
Couldn't find terminating boundary.
Method resolution order:
BoundaryError
MessageParseError
MessageError
exceptions.Exception
Data and non-method functions defined here:
__doc__
= "Couldn't find terminating boundary."
__module__
= 'email.Errors'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
class
HeaderParseError
(
MessageParseError
)
Error while parsing headers.
Method resolution order:
HeaderParseError
MessageParseError
MessageError
exceptions.Exception
Data and non-method functions defined here:
__doc__
= 'Error while parsing headers.'
__module__
= 'email.Errors'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
class
MessageError
(
exceptions.Exception
)
Base class for errors in this module.
Data and non-method functions defined here:
__doc__
= 'Base class for errors in this module.'
__module__
= 'email.Errors'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
class
MessageParseError
(
MessageError
)
Base class for message parsing errors.
Method resolution order:
MessageParseError
MessageError
exceptions.Exception
Data and non-method functions defined here:
__doc__
= 'Base class for message parsing errors.'
__module__
= 'email.Errors'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
class
MultipartConversionError
(
MessageError
,
exceptions.TypeError
)
Conversion to a multipart is prohibited.
Method resolution order:
MultipartConversionError
MessageError
exceptions.Exception
exceptions.TypeError
exceptions.StandardError
Data and non-method functions defined here:
__doc__
= 'Conversion to a multipart is prohibited.'
__module__
= 'email.Errors'
Methods inherited from
exceptions.Exception
:
__getitem__
(...)
__init__
(...)
__str__
(...)
Data
__file__
= '/usr/lib/python2.2/email/Errors.pyc'
__name__
= 'email.Errors'