public class ExceptionThrowingCallback extends java.lang.Object implements ParsingExceptionCallback
ConnectionListener.connectionClosedOnError(Exception) and disconnect of the connection.| Constructor and Description |
|---|
ExceptionThrowingCallback() |
| 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 ParsingExceptionCallbackpacketData - the raw stanza data that caused the exceptionjava.lang.Exception