org.tinygroup.exceptionhandler.impl
Class ExceptionHandlerManagerImpl
java.lang.Object
org.tinygroup.exceptionhandler.impl.ExceptionHandlerManagerImpl
- All Implemented Interfaces:
- ExceptionHandlerManager
public class ExceptionHandlerManagerImpl
- extends Object
- implements ExceptionHandlerManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandlerManagerImpl
public ExceptionHandlerManagerImpl()
addHandler
public void addHandler(String exception,
ExceptionHandler handler)
throws ClassNotFoundException
- Specified by:
addHandler in interface ExceptionHandlerManager
- Throws:
ClassNotFoundException
handle
public boolean handle(Throwable e,
Event event)
- Specified by:
handle in interface ExceptionHandlerManager
handleWithAllHandler
public boolean handleWithAllHandler(Throwable e,
Event event)
- Specified by:
handleWithAllHandler in interface ExceptionHandlerManager
Copyright © 2006–2015 TinyGroup. All rights reserved.