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

java.lang.Object
  extended by org.omnaest.utils.events.exception.ExceptionHandlerManager.ExceptionHandlerRegistration
Enclosing class:
ExceptionHandlerManager

public class ExceptionHandlerManager.ExceptionHandlerRegistration
extends Object

Registration for ExceptionHandler

Author:
Omnaest

Constructor Summary
ExceptionHandlerManager.ExceptionHandlerRegistration()
           
 
Method Summary
 ExceptionHandlerManager.ExceptionHandlerRegistration registerExceptionHandler(ExceptionHandler exceptionHandler)
          Registers an ExceptionHandler
 ExceptionHandlerManager.ExceptionHandlerRegistration unregisterExceptionHandler(ExceptionHandler exceptionHandler)
          Unregisters a given ExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerManager.ExceptionHandlerRegistration

public ExceptionHandlerManager.ExceptionHandlerRegistration()
Method Detail

registerExceptionHandler

public ExceptionHandlerManager.ExceptionHandlerRegistration registerExceptionHandler(ExceptionHandler exceptionHandler)
Registers an ExceptionHandler

Parameters:
exceptionHandler -
Returns:
this

unregisterExceptionHandler

public ExceptionHandlerManager.ExceptionHandlerRegistration unregisterExceptionHandler(ExceptionHandler exceptionHandler)
Unregisters a given ExceptionHandler

Parameters:
exceptionHandler -
Returns:
this


Copyright © 2013. All Rights Reserved.