org.das2.util.ThrowRuntimeExceptionHandler

ExceptionHandler that throws a RuntimeException caused by the Exception. This is useful for server-side applications that need to handle the exception externally.

ThrowRuntimeExceptionHandler( )

Creates a new instance of NullExceptionHandler


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]