Uses of Class
org.jivesoftware.smack.packet.StanzaError
-
Packages that use StanzaError Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.compress.packet Stanzas and extension elements for XMPP stream compression (XEP-138).org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands. -
-
Uses of StanzaError in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return StanzaError Modifier and Type Method Description StanzaErrorXMPPException.XMPPErrorException. getStanzaError()Returns the stanza error extension element associated with this exception.Constructors in org.jivesoftware.smack with parameters of type StanzaError Constructor Description XMPPErrorException(Stanza stanza, StanzaError error)Creates a new XMPPErrorException with the XMPPError that was the root case of the exception.XMPPErrorException(Stanza stanza, StanzaError error, Stanza request)Creates a new XMPPErrorException with the XMPPError that was the root case of the exception. -
Uses of StanzaError in org.jivesoftware.smack.compress.packet
Methods in org.jivesoftware.smack.compress.packet that return StanzaError Modifier and Type Method Description StanzaErrorFailure. getStanzaError()Constructors in org.jivesoftware.smack.compress.packet with parameters of type StanzaError Constructor Description Failure(Failure.CompressFailureError compressFailureError, StanzaError stanzaError) -
Uses of StanzaError in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return StanzaError Modifier and Type Method Description StanzaErrorStanzaError.Builder. build()StanzaErrorStanza. getError()StanzaErrorStanzaBuilder. getError()StanzaErrorStanzaView. getError()Returns the error associated with this packet, ornullif there are no errors.Methods in org.jivesoftware.smack.packet with parameters of type StanzaError Modifier and Type Method Description static ErrorIQ.BuilderErrorIQ. builder(StanzaError error)static ErrorIQ.BuilderErrorIQ. builder(StanzaError error, IqData iqData)StanzaError.BuilderStanzaError.Builder. copyFrom(StanzaError xmppError)static ErrorIQErrorIQ. createErrorResponse(IQ request, StanzaError error)static ErrorIQIQ. createErrorResponse(IQ request, StanzaError error)static StanzaError.BuilderStanzaError. getBuilder(StanzaError xmppError)voidStanza. setError(StanzaError stanzaError)Sets the error for this stanza.BStanzaBuilder. setError(StanzaError stanzaError)Sets the error for this stanza. -
Uses of StanzaError in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return StanzaError Modifier and Type Method Description static StanzaErrorPacketParserUtils. parseError(XmlPullParser parser)static StanzaErrorPacketParserUtils. parseError(XmlPullParser parser, XmlEnvironment outerXmlEnvironment)Parses error sub-packets. -
Uses of StanzaError in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type StanzaError Modifier and Type Method Description static SpecificErrorConditionAbstractAdHocCommand. getSpecificErrorCondition(StanzaError error)Returns the specific condition of theerrorornullif the error doesn't have any.
-