org.das2.util.DefaultExceptionHandler
Wrapper for DasExceptionHandler, a dialog box for endusers with options
to get at the debugging information.
DefaultExceptionHandler( )
Creates a new instance of DefaultExceptionHandler
handle
handle( java.lang.Throwable t ) → void
Parameters
t - a Throwable
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
handleUncaught
handleUncaught( java.lang.Throwable t ) → void
Parameters
t - a Throwable
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]