Package org.jivesoftware.smack.parsing
Class SmackParsingException.SmackTextParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.parsing.SmackParsingException
-
- org.jivesoftware.smack.parsing.SmackParsingException.SmackTextParseException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SmackParsingException
public static class SmackParsingException.SmackTextParseException 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
-
-
Constructor Summary
Constructors Constructor Description SmackTextParseException(ParseException parsingException)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SmackTextParseException
public SmackTextParseException(ParseException parsingException)
-
-