Class ExceptionThrowingCallback

java.lang.Object
org.jivesoftware.smack.parsing.ExceptionThrowingCallback
All Implemented Interfaces:
ParsingExceptionCallback
Direct Known Subclasses:
ExceptionThrowingCallbackWithHint

Parsing exception callback class that simply throws the encountered parsing exception. This usually leads to an ConnectionListener.connectionClosedOnError(Exception) and disconnect of the connection.