public class ExceptionHelper.DummyExceptionProcessor extends Object implements ExceptionProcessor
ExceptionProcessor can be used to customize
the log messages for various types of exceptions.
It should be noted that the information returned by
SOAPFaultException is very complicated. This is intended solely
as an example.
| Constructor and Description |
|---|
DummyExceptionProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInformation(Exception e)
Generates a
List of String objects based on
the information in the exception. |
public DummyExceptionProcessor()
public List<String> getInformation(Exception e)
ExceptionProcessorList of String objects based on
the information in the exception.getInformation in interface ExceptionProcessore - exceptionCopyright © 2017. All rights reserved.