Class t.w.p.j.e.Error(Exception):

Part of twisted.words.protocols.jabber.error View Source View In Hierarchy

Known subclasses: twisted.words.protocols.jabber.error.StanzaError, twisted.words.protocols.jabber.error.StreamError

Generic XMPP error exception.
Method __init__ Undocumented
Method __str__ Undocumented
Method getElement Get XML representation from self.
def __init__(self, condition, text=None, textLang=None, appCondition=None): (source)
Undocumented
def __str__(self): (source)
Undocumented
def getElement(self): (source)

Get XML representation from self.

The method creates an domish representation of the error data contained in this exception.
Returns(type: domish.Element )
API Documentation for twisted, generated by pydoctor.