Uses of Class
org.jruby.RubyException

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
           
 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)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.