Package org.jivesoftware.smack.parsing
Class ExceptionLoggingCallback
java.lang.Object
org.jivesoftware.smack.parsing.ExceptionLoggingCallback
- All Implemented Interfaces:
ParsingExceptionCallback
Simple parsing exception callback that only logs the encountered parsing exception to java util logging.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleUnparsableStanza
(UnparseableStanza unparsed) Called when parsing a stanza caused an exception.
-
Constructor Details
-
ExceptionLoggingCallback
public ExceptionLoggingCallback()
-
-
Method Details
-
handleUnparsableStanza
Description copied from interface:ParsingExceptionCallback
Called when parsing a stanza caused an exception.- Specified by:
handleUnparsableStanza
in interfaceParsingExceptionCallback
- Parameters:
unparsed
- the raw stanza data that caused the exception
-