Interface ExceptionHandler
public interface ExceptionHandler
- Since:
- 2.1.2
-
Method Summary
-
Method Details
-
handle
Implement custom exception handling that can be injected into jPos via configuration.- Parameters:
e- Exception- Returns:
- Same or modified exception.
- Throws:
Exception- In case the handler would like to throw an exception. This should stop further handlers from processing.
-