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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUnparsableStanza(UnparseableStanza unparsed) Called when parsing a stanza caused an exception.
-
Constructor Details
-
ExceptionLoggingCallback
public ExceptionLoggingCallback()
-
-
Method Details
-
handleUnparsableStanza
Description copied from interface:ParsingExceptionCallbackCalled when parsing a stanza caused an exception.- Specified by:
handleUnparsableStanzain interfaceParsingExceptionCallback- Parameters:
unparsed- the raw stanza data that caused the exception
-