org.webbitserver.handler.exceptions
Class SilentExceptionHandler
java.lang.Object
org.webbitserver.handler.exceptions.SilentExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
public class SilentExceptionHandler
- extends Object
- implements Thread.UncaughtExceptionHandler
Exception handler that does nothing. Exceptions are silently discarded.
- See Also:
Endpoint.connectionExceptionHandler(java.lang.Thread.UncaughtExceptionHandler),
Endpoint.uncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilentExceptionHandler
public SilentExceptionHandler()
uncaughtException
public void uncaughtException(Thread t,
Throwable e)
- Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler
Copyright © 2013. All Rights Reserved.