|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.jaxmpp.core.client.xml.ElementWrapper
tigase.jaxmpp.core.client.xmpp.stanzas.ErrorElement
public class ErrorElement
Class wrap around <error/> elements in stanza.
| Method Summary | |
|---|---|
static ErrorElement |
extract(Element stanza)
|
String |
getCode()
Return error code. |
XMPPException.ErrorCondition |
getCondition()
Return error condition. |
String |
getText()
Return human readable error description. |
String |
getType()
Return error type. |
| Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper |
|---|
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ErrorElement extract(Element stanza)
throws XMLException
XMLException
public String getCode()
throws XMLException
XMLException
public XMPPException.ErrorCondition getCondition()
throws XMLException
XMLException
public String getText()
throws XMLException
XMLException
public String getType()
throws XMLException
XMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||