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