Class JRubyScriptUtils.JRubyExecutionException

    • Constructor Detail

      • JRubyExecutionException

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