public class ExceptionThrowingCallback extends ParsingExceptionCallback
ConnectionListener.connectionClosedOnError(Exception) disconnect of the connection.| Constructor and Description |
|---|
ExceptionThrowingCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleUnparsablePacket(UnparsablePacket packetData)
Called when parsing an message stanza caused an exception.
|
public void handleUnparsablePacket(UnparsablePacket packetData) throws java.lang.Exception
ParsingExceptionCallbackhandleUnparsablePacket in class ParsingExceptionCallbackpacketData - the raw message stanza data that caused the exceptionjava.lang.Exception