|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UncaughtExceptionListener | |
---|---|
org.xnap.commons.gui | Provides common GUI components like dialogs, borders and such. |
org.xnap.commons.util | Provides common utility classes, i.e. string manipulation and file utitilities. |
Uses of UncaughtExceptionListener in org.xnap.commons.gui |
---|
Classes in org.xnap.commons.gui that implement UncaughtExceptionListener | |
---|---|
class |
ErrorHandler
|
Uses of UncaughtExceptionListener in org.xnap.commons.util |
---|
Classes in org.xnap.commons.util that implement UncaughtExceptionListener | |
---|---|
class |
UncaughtExceptionManager
|
Methods in org.xnap.commons.util that return UncaughtExceptionListener | |
---|---|
static UncaughtExceptionListener |
UncaughtExceptionManager.getDefaultHandler()
|
Methods in org.xnap.commons.util with parameters of type UncaughtExceptionListener | |
---|---|
void |
UncaughtExceptionManager.addExceptionListener(UncaughtExceptionListener l)
|
void |
UncaughtExceptionManager.removeExceptionListener(UncaughtExceptionListener l)
|
static void |
UncaughtExceptionManager.setDefaultHandler(UncaughtExceptionListener handler)
|
Constructors in org.xnap.commons.util with parameters of type UncaughtExceptionListener | |
---|---|
RootThreadGroup(String name,
UncaughtExceptionListener listener)
|
|
RootThreadGroup(String name,
UncaughtExceptionListener listener,
boolean installAsAWTExceptionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |