Uses of Class
org.jivesoftware.smackx.commands.SpecificErrorCondition
-
Packages that use SpecificErrorCondition Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands. -
-
Uses of SpecificErrorCondition in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return SpecificErrorCondition Modifier and Type Method Description static SpecificErrorConditionAbstractAdHocCommand. getSpecificErrorCondition(StanzaError error)Returns the specific condition of theerrorornullif the error doesn't have any.static SpecificErrorConditionSpecificErrorCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecificErrorCondition[]SpecificErrorCondition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpecificErrorCondition in org.jivesoftware.smackx.commands.packet
Fields in org.jivesoftware.smackx.commands.packet declared as SpecificErrorCondition Modifier and Type Field Description SpecificErrorConditionAdHocCommandData.SpecificError. conditionMethods in org.jivesoftware.smackx.commands.packet that return SpecificErrorCondition Modifier and Type Method Description SpecificErrorConditionAdHocCommandData.SpecificError. getCondition()Constructors in org.jivesoftware.smackx.commands.packet with parameters of type SpecificErrorCondition Constructor Description SpecificError(SpecificErrorCondition condition)
-