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 |
---|
ExceptionHelper.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 ExceptionHelper.DummyExceptionProcessor()
public List<String> getInformation(Exception e)
ExceptionProcessor
List
of String objects based on
the information in the exception.getInformation
in interface ExceptionProcessor
e
- exception