public class ExceptionLoggingCallback extends java.lang.Object implements ParsingExceptionCallback
| Constructor and Description |
|---|
ExceptionLoggingCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleUnparsableStanza(UnparseableStanza unparsed)
Called when parsing a stanza caused an exception.
|
public void handleUnparsableStanza(UnparseableStanza unparsed) throws java.lang.Exception
ParsingExceptionCallbackhandleUnparsableStanza in interface ParsingExceptionCallbackunparsed - the raw stanza data that caused the exceptionjava.lang.Exception