类 JRubyScriptUtils.JRubyExecutionException

    • 构造器详细资料

      • JRubyExecutionException

        public JRubyExecutionException​(org.jruby.exceptions.RaiseException ex)
        Create a new JRubyException, wrapping the given JRuby RaiseException.
        参数:
        ex - the cause (must not be null)