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:
  • Constructor Details

    • SmackParsingException

      protected SmackParsingException(Exception exception)
    • SmackParsingException

      public SmackParsingException(String message)
    • SmackParsingException

      public SmackParsingException(String message, Exception exception)