Package org.jivesoftware.smack.parsing
Class ExceptionThrowingCallbackWithHint
- java.lang.Object
-
- org.jivesoftware.smack.parsing.ExceptionThrowingCallback
-
- org.jivesoftware.smack.parsing.ExceptionThrowingCallbackWithHint
-
- All Implemented Interfaces:
ParsingExceptionCallback
public class ExceptionThrowingCallbackWithHint extends ExceptionThrowingCallback
LikeExceptionThrowingCallback
but additionally logs a warning message.
-
-
Constructor Summary
Constructors Constructor Description ExceptionThrowingCallbackWithHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleUnparsableStanza(UnparseableStanza packetData)
Called when parsing a stanza caused an exception.
-
-
-
Constructor Detail
-
ExceptionThrowingCallbackWithHint
public ExceptionThrowingCallbackWithHint()
-
-
Method Detail
-
handleUnparsableStanza
public void handleUnparsableStanza(UnparseableStanza packetData) throws java.io.IOException
Description copied from interface:ParsingExceptionCallback
Called when parsing a stanza caused an exception.- Specified by:
handleUnparsableStanza
in interfaceParsingExceptionCallback
- Overrides:
handleUnparsableStanza
in classExceptionThrowingCallback
- Parameters:
packetData
- the raw stanza data that caused the exception- Throws:
java.io.IOException
- if an I/O error occurred.
-
-