类 JRubyScriptUtils.JRubyExecutionException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.core.NestedRuntimeException
- org.springframework.scripting.jruby.JRubyScriptUtils.JRubyExecutionException
- 所有已实现的接口:
Serializable
- 封闭类:
- JRubyScriptUtils
public static class JRubyScriptUtils.JRubyExecutionException extends NestedRuntimeException
Exception thrown in response to a JRubyRaiseExceptionbeing thrown from a JRuby method invocation.- 另请参阅:
- 序列化表格
构造器概要
构造器 构造器 说明 JRubyExecutionException(org.jruby.exceptions.RaiseException ex)Create a newJRubyException, wrapping the given JRubyRaiseException.
方法概要
从类继承的方法 org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
构造器详细资料
JRubyExecutionException
public JRubyExecutionException(org.jruby.exceptions.RaiseException ex)
Create a newJRubyException, wrapping the given JRubyRaiseException.- 参数:
ex- the cause (must not benull)