Package org.jivesoftware.smack.provider
Class AbstractProvider.TextParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.parsing.SmackParsingException
-
- org.jivesoftware.smack.provider.AbstractProvider.TextParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractProvider<E extends Element>
public static final class AbstractProvider.TextParseException extends SmackParsingException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.parsing.SmackParsingException
SmackParsingException.RequiredAttributeMissingException, SmackParsingException.RequiredValueMissingException, SmackParsingException.SmackTextParseException, SmackParsingException.SmackUriSyntaxParsingException
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseException
getParseException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getParseException
public ParseException getParseException()
-
-