org.omnaest.utils.events.exception
Class ExceptionHandlerManager.ExceptionHandlerRegistration
java.lang.Object
org.omnaest.utils.events.exception.ExceptionHandlerManager.ExceptionHandlerRegistration
- Enclosing class:
- ExceptionHandlerManager
public class ExceptionHandlerManager.ExceptionHandlerRegistration
- extends Object
Registration for ExceptionHandler
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlerManager.ExceptionHandlerRegistration
public ExceptionHandlerManager.ExceptionHandlerRegistration()
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.