public final class WakeUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Constructor and Description |
---|
WakeUncaughtExceptionHandler() |
WakeUncaughtExceptionHandler(EventHandler<Throwable> errorHandler) |
Modifier and Type | Method and Description |
---|---|
void |
setErrorHandler(EventHandler<Throwable> errorHandler) |
void |
uncaughtException(Thread t,
Throwable e) |
public WakeUncaughtExceptionHandler()
public WakeUncaughtExceptionHandler(EventHandler<Throwable> errorHandler)
public void setErrorHandler(EventHandler<Throwable> errorHandler)
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2016 The Apache Software Foundation. All rights reserved.