org.omnaest.utils.events.exception
Class ExceptionHandlerManager.DispatchingExceptionHandler
java.lang.Object
org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandler
- All Implemented Interfaces:
- ExceptionHandler
- Enclosing class:
- ExceptionHandlerManager
protected class ExceptionHandlerManager.DispatchingExceptionHandler
- extends Object
- implements ExceptionHandler
ExceptionHandler which dispatches to the ExceptionHandlerManager.exceptionHandlerSet. Any occurring
Exception is catched.
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlerManager.DispatchingExceptionHandler
protected ExceptionHandlerManager.DispatchingExceptionHandler()
handleException
public void handleException(Exception e)
- Description copied from interface:
ExceptionHandler
- Handles the given
Exception
- Specified by:
handleException in interface ExceptionHandler
- Parameters:
e - Exception
Copyright © 2013. All Rights Reserved.