|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyException | |
org.jruby | |
org.jruby.exceptions |
Uses of RubyException in org.jruby |
Subclasses of RubyException in org.jruby | |
class |
NativeException
|
static class |
RubyIconv.RubyFailure
|
class |
RubyLocalJumpError
|
class |
RubyNameError
|
class |
RubyNoMethodError
|
Methods in org.jruby that return RubyException | |
static RubyException |
RubyException.newException(Ruby runtime,
RubyClass excptnClass,
java.lang.String msg)
|
RubyException |
RubyException.exception(IRubyObject[] args)
|
static RubyException |
RubyNameError.newRubyNameError(IRubyObject recv,
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 |
Methods in org.jruby.exceptions with parameters of type RubyException | |
protected void |
RaiseException.setException(RubyException newException,
boolean nativeException)
Sets the exception |
Constructors in org.jruby.exceptions with parameters of type RubyException | |
RaiseException(RubyException actException)
|
|
RaiseException(RubyException exception,
boolean isNativeException)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |