public class SimpleFallbackExceptionHandler extends Object
EmergencyAbortListener.
This 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.
| Constructor and Description |
|---|
SimpleFallbackExceptionHandler() |
public void handle(Throwable t)
t - the given exception.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.