|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyException | |
org.jruby | |
org.jruby.exceptions |
Uses of RubyException in org.jruby |
Methods in org.jruby that return RubyException | |
static RubyException |
RubyException.newException(Ruby ruby,
RubyClass excptnClass,
java.lang.String msg)
|
static RubyException |
RubyException.newInstance(IRubyObject recv,
IRubyObject[] args)
|
RubyException |
RubyException.exception(IRubyObject[] args)
|
Methods in org.jruby with parameters of type RubyException | |
void |
Ruby.printError(RubyException excp)
Prints an error with backtrace to the error stream. |
Uses of RubyException in org.jruby.exceptions |
Methods in org.jruby.exceptions that return RubyException | |
RubyException |
RaiseException.getException()
Gets the exception |
RubyException |
ThrowJump.getNameError()
|
Methods in org.jruby.exceptions with parameters of type RubyException | |
protected void |
RaiseException.setException(RubyException newException)
Sets the exception |
Constructors in org.jruby.exceptions with parameters of type RubyException | |
RaiseException(RubyException actException)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |