| Package | Description |
|---|---|
| com.helger.commons.callback.exception | |
| com.helger.commons.xml.serialize.read |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectingExceptionCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores the last exception. |
class |
CollectingExceptionListCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores all exceptions. |
class |
DoNothingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
swallows all exceptions and does nothing. |
class |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLLoggingExceptionCallback
A special version of the
LoggingExceptionCallback that handles the
most common XML exceptions in a nice way :) |
| Modifier and Type | Method and Description |
|---|---|
IExceptionCallback<Throwable> |
SAXReaderSettings.getExceptionHandler() |
static IExceptionCallback<Throwable> |
SAXReaderDefaultSettings.getExceptionHandler() |
IExceptionCallback<Throwable> |
IBaseXMLReaderSettings.getExceptionHandler() |
IExceptionCallback<Throwable> |
DOMReaderSettings.getExceptionHandler() |
static IExceptionCallback<Throwable> |
DOMReaderDefaultSettings.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
SAXReaderSettings |
SAXReaderSettings.setExceptionHandler(IExceptionCallback<Throwable> aExceptionHandler) |
static void |
SAXReaderDefaultSettings.setExceptionHandler(IExceptionCallback<Throwable> aExceptionHandler) |
DOMReaderSettings |
DOMReaderSettings.setExceptionHandler(IExceptionCallback<Throwable> aExceptionHandler) |
static void |
DOMReaderDefaultSettings.setExceptionHandler(IExceptionCallback<Throwable> aExceptionHandler) |
Copyright © 2014–2016 Philip Helger. All rights reserved.