public interface ParserExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(String message)
Handle an Exception message.
|
void |
handleException(String title,
Throwable e)
Handle a Throwable Stack Trace.
|
void |
handleExceptionList(String title,
List<ResolverSAXHandler.ExceptionResult> exceptions)
Handle SAX Exceptions encountered after an XML parsing.
|
void handleExceptionList(String title, List<ResolverSAXHandler.ExceptionResult> exceptions)
title - the title of the Exceptionexceptions - the exception resultsvoid handleException(String title, Throwable e)
e.printStackTrace().title - the title of the Exceptione - the Throwablevoid handleException(String message)
message - the message