Uses of Class
org.jruby.RubyException

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)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.