public static class JRubyScriptUtils.JRubyExecutionException extends NestedRuntimeException
RaiseException
being thrown from a JRuby method invocation.
Introduced because early versions of the RaiseException
class did
not have useful Object.toString()
, Throwable.getMessage()
,
and Throwable.printStackTrace()
implementations.
Constructor and Description |
---|
JRubyScriptUtils.JRubyExecutionException(org.jruby.exceptions.RaiseException ex)
Create a new
JRubyException ,
wrapping the given JRuby RaiseException . |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString