public class ExceptionThrowingCallbackWithHint extends ExceptionThrowingCallback
ExceptionThrowingCallback but additionally logs a warning message.| Constructor and Description |
|---|
ExceptionThrowingCallbackWithHint() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleUnparsableStanza(UnparseableStanza packetData)
Called when parsing a stanza caused an exception.
|
public void handleUnparsableStanza(UnparseableStanza packetData) throws java.lang.Exception
ParsingExceptionCallbackhandleUnparsableStanza in interface ParsingExceptionCallbackhandleUnparsableStanza in class ExceptionThrowingCallbackpacketData - the raw stanza data that caused the exceptionjava.lang.Exception