org.autoplot.scriptconsole.DumpRteExceptionHandler

This dumps the error report to the current working directory. This was motivated by hudson tests that would fail and a person couldn't see where it was failing.

DumpRteExceptionHandler( )


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]


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]