public class ExceptionLoggingCallback extends 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 ExceptionLoggingCallback()
public void handleUnparsableStanza(UnparseableStanza unparsed) throws Exception
ParsingExceptionCallbackhandleUnparsableStanza in interface ParsingExceptionCallbackunparsed - the raw stanza data that caused the exceptionException