org.omnaest.utils.events.exception
Class ExceptionHandlerManager.DispatchingExceptionHandler

java.lang.Object
  extended by 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

Constructor Summary
protected ExceptionHandlerManager.DispatchingExceptionHandler()
           
 
Method Summary
 void handleException(Exception e)
          Handles the given Exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerManager.DispatchingExceptionHandler

protected ExceptionHandlerManager.DispatchingExceptionHandler()
Method Detail

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.