Package overit.geocall.util
Interface ExceptionHandler
- All Known Implementing Classes:
LogExceptionHandler
public interface ExceptionHandler
Interface for listening to generic exceptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExceptionHandlerA standard imnplementation that wraps checked exceptions in RuntimeExceptions -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementations of this method must react to an Exception
-
Field Details
-
TO_RUNTIME_EXCEPTION
A standard imnplementation that wraps checked exceptions in RuntimeExceptions
-
-
Method Details
-
onException
Implementations of this method must react to an Exception- Parameters:
e- the expcetion to react to
-