public static class GridAppFrame.GUIExceptionHandler
extends java.lang.Object
Nested class that is registered as the handler for exceptions
on the Swing event thread. The handler will put up an alert panel,
dump the stack trace to the console, and then exit entire program
rather than persist in an inconsistent state, which would be
the default behavior.