public interface ExceptionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
handle(java.lang.Exception e)
Implement custom exception handling that can be injected into jPos via configuration.
|
java.lang.Exception handle(java.lang.Exception e) throws java.lang.Exception
e
- Exceptionjava.lang.Exception
- In case the handler would like to throw an exception. This should stop further handlers from processing.