public class SimpleFallbackExceptionHandler extends Object
Exception handler for the AWT event thread, to make sure we can get a back-trace dump when running AssertJ-Swing are
terminated by a 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 (EDT).
This is a Sun-specific feature (or "bug"). See bug 4714232.
Constructor and Description |
---|
SimpleFallbackExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(Throwable t)
Prints the stack trace of the given exception to the standard error stream.
|
Copyright © 2014–2017 AssertJ. All rights reserved.