org.das2.util.ConsoleExceptionHandler
ExceptionHandler that prints stack traces out to the stderr.
ConsoleExceptionHandler( )
Creates a new instance of ConsoleExceptionHandler
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]