org.webbitserver.handler.exceptions
Class PrintStackTraceExceptionHandler
java.lang.Object
org.webbitserver.handler.exceptions.PrintStackTraceExceptionHandler
- All Implemented Interfaces:
- Thread.UncaughtExceptionHandler
public class PrintStackTraceExceptionHandler
- extends Object
- implements Thread.UncaughtExceptionHandler
Exception handler that dumps the stack trace.
- 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 |
PrintStackTraceExceptionHandler
public PrintStackTraceExceptionHandler()
PrintStackTraceExceptionHandler
public PrintStackTraceExceptionHandler(PrintStream out)
uncaughtException
public void uncaughtException(Thread t,
Throwable exception)
- Specified by:
uncaughtException in interface Thread.UncaughtExceptionHandler
Copyright © 2013. All Rights Reserved.