public class ApplicationExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
| Constructor and Description |
|---|
ApplicationExceptionHandler(ApplicationErrorHelper errorHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected Throwable |
getCause(Throwable ex) |
void |
handle(Throwable thrown) |
protected void |
handleException(String tname,
Throwable ex) |
void |
showErrorDialog(String message,
Throwable cause) |
void |
uncaughtException(Thread t,
Throwable ex) |
public ApplicationExceptionHandler(ApplicationErrorHelper errorHelper)
public void uncaughtException(Thread t, Throwable ex)
uncaughtException in interface Thread.UncaughtExceptionHandlerpublic void handle(Throwable thrown)
Copyright © 2008–2015 CodeLutin. All rights reserved.