public abstract class ParsingExceptionCallback extends Object
UnparsedIQ#getContent()) method.
Smack provides 2 predefined ParsingExceptionCallback's:
ExceptionLoggingCallback and ExceptionThrowingCallback.| Constructor and Description |
|---|
ParsingExceptionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleUnparsablePacket(UnparsablePacket stanzaData)
Called when parsing an message stanza caused an exception.
|
public void handleUnparsablePacket(UnparsablePacket stanzaData) throws Exception
stanzaData - the raw message stanza data that caused the exceptionExceptionCopyright © 2014. All Rights Reserved.