Uses of Class
org.jruby.exceptions.JumpException

Packages that use JumpException
org.jruby.exceptions   
org.jruby.javasupport.util   
org.jruby.runtime   
 

Uses of JumpException in org.jruby.exceptions
 

Subclasses of JumpException in org.jruby.exceptions
 class RaiseException
           
 

Uses of JumpException in org.jruby.javasupport.util
 

Methods in org.jruby.javasupport.util with parameters of type JumpException
static IRubyObject CompilerHelpers.handleJumpException(JumpException je, Block block)
           
 

Uses of JumpException in org.jruby.runtime
 

Methods in org.jruby.runtime that return JumpException
 JumpException ThreadContext.prepareJumpException(JumpException.JumpType jumpType, java.lang.Object target, java.lang.Object value)
           
 



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