| Package | Description |
|---|---|
| com.phloc.commons.callback | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
DoNothingExceptionHandler
A specific implementation of the
IExceptionHandler interface, that
swallows all exceptions and does nothing. |
class |
LoggingExceptionHandler
A specific implementation of the
IExceptionHandler interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLLoggingExceptionHandler
A special version of the
LoggingExceptionHandler that handles the
most common XML exceptions in a nice way :) |
| Modifier and Type | Method and Description |
|---|---|
IExceptionHandler<Throwable> |
SAXReaderSettings.getExceptionHandler() |
static IExceptionHandler<Throwable> |
SAXReaderDefaultSettings.getExceptionHandler() |
IExceptionHandler<Throwable> |
IBaseXMLReaderSettings.getExceptionHandler() |
IExceptionHandler<Throwable> |
DOMReaderSettings.getExceptionHandler() |
static IExceptionHandler<Throwable> |
DOMReaderDefaultSettings.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
SAXReaderSettings |
SAXReaderSettings.setExceptionHandler(IExceptionHandler<Throwable> aExceptionHandler) |
static void |
SAXReaderDefaultSettings.setExceptionHandler(IExceptionHandler<Throwable> aExceptionHandler) |
DOMReaderSettings |
DOMReaderSettings.setExceptionHandler(IExceptionHandler<Throwable> aExceptionHandler) |
static void |
DOMReaderDefaultSettings.setExceptionHandler(IExceptionHandler<Throwable> aExceptionHandler) |
Copyright © 2006–2014 phloc systems. All rights reserved.