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
@Deprecated
public static class SmackParsingException.SmackTextParseException
extends SmackParsingException
Deprecated.
do not import.
Deprecated, do not import.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.parsing.SmackParsingException
SmackParsingException.RequiredAttributeMissingException, SmackParsingException.RequiredValueMissingException, SmackParsingException.SmackTextParseException, SmackParsingException.SmackUriSyntaxParsingException
-
Constructor Summary
ConstructorDescriptionSmackTextParseException
(ParseException parsingException) Deprecated.do not use, simply throw ParseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmackTextParseException
Deprecated.do not use, simply throw ParseException.Deprecated, do not use.- Parameters:
parsingException
- the exception.
-