Uses of Class
org.jruby.exceptions.JumpException

Packages that use JumpException
org.jruby.exceptions   
 

Uses of JumpException in org.jruby.exceptions
 

Subclasses of JumpException in org.jruby.exceptions
 class ArgumentError
           
 class BreakJump
           
 class EOFError
          End of file reached error.
 class ErrnoError
           
 class FrozenError
           
 class IndexError
           
 class IOError
           
 class LoadError
           
 class NameError
           
 class NextJump
          The NextJump is thrown if a 'next' statement is evaluated.
 class NoMethodError
           
 class NotImplementedError
          .Exception indicating an unimplemented feature in JRuby.
 class RaiseException
           
 class RangeError
           
 class RedoJump
          The RedoJump is thrown if a 'redo' statement is evaluated.
 class RegexpError
           
 class RetryJump
          The RetryException is thrown if a 'retry' statement is interpreted.
 class ReturnJump
          The ReturnException is thrown if a 'return' statement is interpreted.
 class SecurityError
           
 class SystemCallError
           
 class SystemExit
           
 class ThreadError
           
 class ThrowJump
          Created by the global throw function.
 class TypeError
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.