|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.swing.util.AWTExceptionHandlerInstaller
public final class AWTExceptionHandlerInstaller
Understands installation of AWT exception handlers.
An exception handler is passed to the JVM using the system property "sun.awt.exception.handler" to override the default exception handling behavior of the event dispatch thread.
This is a Sun-specific feature (or "bug".) See bug 4714232.
Method Summary | |
---|---|
static void |
installAWTExceptionHandler(Class<?> exceptionHandlerType)
Installs the given exception handler type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void installAWTExceptionHandler(Class<?> exceptionHandlerType)
exceptionHandlerType
- the type of exception handler to be installed in the current JVM.
IllegalArgumentException
- if the given type does not have a default constructor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |