Uses of Enum
org.jivesoftware.smack.packet.StanzaError.Type
Packages that use StanzaError.Type
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
-
Uses of StanzaError.Type in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return StanzaError.TypeModifier and TypeMethodDescriptionstatic StanzaError.TypeStanzaError.Type.fromString(String string) StanzaError.getType()Returns the error type.static StanzaError.TypeReturns the enum constant of this type with the specified name.static StanzaError.Type[]StanzaError.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.packet with parameters of type StanzaError.TypeConstructors in org.jivesoftware.smack.packet with parameters of type StanzaError.TypeModifierConstructorDescriptionStanzaError(StanzaError.Condition condition, String conditionText, String errorGenerator, StanzaError.Type type, Map<String, String> descriptiveTexts, List<XmlElement> extensions) Creates a new error with the specified type, condition and message.