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
LikeExceptionThrowingCallbackbut additionally logs a warning message.
-
-
Constructor Summary
Constructors Constructor Description ExceptionThrowingCallbackWithHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleUnparsableStanza(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: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:
java.io.IOException- if an I/O error occurred.
-
-