org.freecompany.util.multicaster
public class ExceptionHandler extends Object implements UncaughtExceptionHandler
| Field Summary | |
|---|---|
| protected Notification | listener |
| Constructor Summary | |
|---|---|
| ExceptionHandler() | |
| ExceptionHandler(Notification listener) | |
| Method Summary | |
|---|---|
| void | addListener(Notification listener) |
| void | removeListener(Notification listener) |
| void | uncaughtException(Thread thread, Throwable t) |