Class AdHocCommandDataProvider.BadActionError
java.lang.Object
org.jivesoftware.smack.provider.AbstractProvider<E>
org.jivesoftware.smack.provider.Provider<E>
org.jivesoftware.smack.provider.ExtensionElementProvider<AdHocCommandData.SpecificError>
org.jivesoftware.smackx.commands.provider.AdHocCommandDataProvider.BadActionError
- Enclosing class:
- AdHocCommandDataProvider
public static class AdHocCommandDataProvider.BadActionError
extends ExtensionElementProvider<AdHocCommandData.SpecificError>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
Constructor Details
-
BadActionError
public BadActionError()
-
-
Method Details
-
parse
public AdHocCommandData.SpecificError parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) - Specified by:
parse
in classProvider<AdHocCommandData.SpecificError>
-