|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyException | |
---|---|
org.jruby | |
org.jruby.exceptions | |
org.jruby.javasupport.util |
Uses of RubyException in org.jruby |
---|
Subclasses of RubyException in org.jruby | |
---|---|
class |
NativeException
|
static class |
RubyIconv.RubyFailure
|
class |
RubyLocalJumpError
|
class |
RubyNameError
|
class |
RubyNoMethodError
|
class |
RubySystemCallError
|
class |
RubySystemExit
|
Methods in org.jruby that return RubyException | |
---|---|
RubyException |
RubyException.exception(IRubyObject[] args)
|
static RubyException |
RubyException.newException(Ruby runtime,
RubyClass excptnClass,
java.lang.String msg)
|
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)
|
Uses of RubyException in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util with parameters of type RubyException | |
---|---|
static IRubyObject |
RuntimeHelpers.isExceptionHandled(RubyException currentException,
IRubyObject[] exceptions,
Ruby runtime,
ThreadContext context,
IRubyObject self)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |