Package org.jivesoftware.smack.parsing
Class ExceptionThrowingCallbackWithHint
java.lang.Object
org.jivesoftware.smack.parsing.ExceptionThrowingCallback
org.jivesoftware.smack.parsing.ExceptionThrowingCallbackWithHint
- All Implemented Interfaces:
ParsingExceptionCallback
Like
ExceptionThrowingCallback but additionally logs a warning message.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleUnparsableStanza(UnparseableStanza packetData) Called when parsing a stanza caused an exception.
-
Constructor Details
-
ExceptionThrowingCallbackWithHint
public ExceptionThrowingCallbackWithHint()
-
-
Method Details
-
handleUnparsableStanza
Description copied from interface:ParsingExceptionCallbackCalled when parsing a stanza caused an exception.- Specified by:
handleUnparsableStanzain interfaceParsingExceptionCallback- Overrides:
handleUnparsableStanzain classExceptionThrowingCallback- Parameters:
packetData- the raw stanza data that caused the exception- Throws:
IOException- if an I/O error occurred.
-