public class ExceptionLoggingCallback extends ParsingExceptionCallback
| Constructor and Description |
|---|
ExceptionLoggingCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleUnparsablePacket(UnparsablePacket unparsed)
Called when parsing an message stanza caused an exception.
|
public void handleUnparsablePacket(UnparsablePacket unparsed) throws java.lang.Exception
ParsingExceptionCallbackhandleUnparsablePacket in class ParsingExceptionCallbackunparsed - the raw message stanza data that caused the exceptionjava.lang.Exception