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

java.lang.Object
  extended by org.omnaest.utils.events.exception.ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions
All Implemented Interfaces:
ExceptionHandler
Enclosing class:
ExceptionHandlerManager

protected class ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions
extends Object
implements ExceptionHandler

ExceptionHandler which dispatches to the ExceptionHandlerManager.exceptionHandlerSet rethrowing any Exception as RuntimeException

Author:
Omnaest

Constructor Summary
protected ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions()
           
 
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.DispatchingExceptionHandlerRethrowingExceptions

protected ExceptionHandlerManager.DispatchingExceptionHandlerRethrowingExceptions()
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.