|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyException | |
---|---|
org.jruby | |
org.jruby.exceptions | |
org.jruby.interpreter | |
org.jruby.javasupport.util | |
org.jruby.runtime.backtrace |
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)
Construct a new RaiseException to wrap the given Ruby exception for Java-land throwing purposes. |
|
RaiseException(RubyException exception,
boolean isNativeException)
|
|
RaiseException(RubyException exception,
IRubyObject backtrace)
Construct a new RaiseException to wrap the given Ruby exception for Java-land throwing purposes. |
Uses of RubyException in org.jruby.interpreter |
---|
Fields in org.jruby.interpreter declared as RubyException | |
---|---|
protected RubyException |
NaiveInterpreterContext.currException
|
Methods in org.jruby.interpreter that return RubyException | |
---|---|
RubyException |
InterpreterContext.getException()
|
RubyException |
NaiveInterpreterContext.getException()
|
Methods in org.jruby.interpreter with parameters of type RubyException | |
---|---|
void |
InterpreterContext.setException(RubyException e)
|
void |
NaiveInterpreterContext.setException(RubyException e)
|
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,
ThreadContext context)
|
static IRubyObject |
RuntimeHelpers.isExceptionHandled(RubyException currentException,
IRubyObject exception0,
IRubyObject exception1,
IRubyObject exception2,
ThreadContext context)
|
static IRubyObject |
RuntimeHelpers.isExceptionHandled(RubyException currentException,
IRubyObject exception0,
IRubyObject exception1,
ThreadContext context)
|
static IRubyObject |
RuntimeHelpers.isExceptionHandled(RubyException currentException,
IRubyObject exception,
ThreadContext context)
|
Uses of RubyException in org.jruby.runtime.backtrace |
---|
Methods in org.jruby.runtime.backtrace with parameters of type RubyException | |
---|---|
java.lang.String |
TraceType.printBacktrace(RubyException exception)
|
abstract java.lang.String |
TraceType.Format.printBacktrace(RubyException exception)
|
protected static java.lang.String |
TraceType.printBacktraceJRuby(RubyException exception)
|
protected static java.lang.String |
TraceType.printBacktraceJRuby2(RubyException exception)
|
protected static java.lang.String |
TraceType.printBacktraceMRI(RubyException exception)
|
protected static java.lang.String |
TraceType.printBacktraceRubinius(RubyException exception)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |