Package org.jivesoftware.smack.parsing
Class SmackParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.parsing.SmackParsingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractProvider.NumberFormatParseException,AbstractProvider.TextParseException,SmackParsingException.RequiredValueMissingException,SmackParsingException.SmackTextParseException,SmackParsingException.SmackUriSyntaxParsingException
public class SmackParsingException extends Exception
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmackParsingException.RequiredAttributeMissingExceptionstatic classSmackParsingException.RequiredValueMissingExceptionstatic classSmackParsingException.SmackTextParseExceptionDeprecated.do not import.static classSmackParsingException.SmackUriSyntaxParsingException
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmackParsingException(Exception exception)SmackParsingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SmackParsingException
protected SmackParsingException(Exception exception)
-
SmackParsingException
public SmackParsingException(String message)
-
-