Package overit.geocall.util
Class LogExceptionHandler
java.lang.Object
overit.geocall.util.LogExceptionHandler
- All Implemented Interfaces:
ExceptionHandler
Implementation of an Excetonhandler that logs all Exceotions to a
LogChannel-
Field Summary
FieldsFields inherited from interface overit.geocall.util.ExceptionHandler
TO_RUNTIME_EXCEPTION -
Constructor Summary
ConstructorsConstructorDescriptiona constructor specifying a LogChannel to be used for logging -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementations of this method must react to an Exception
-
Field Details
-
log
-
-
Constructor Details
-
LogExceptionHandler
a constructor specifying a LogChannel to be used for logging- Parameters:
lc- the LogChannel to be used for logging
-
-
Method Details
-
onException
Description copied from interface:ExceptionHandlerImplementations of this method must react to an Exception- Specified by:
onExceptionin interfaceExceptionHandler- Parameters:
e- the expcetion to react to
-