org.jruby.exceptions
Class JumpException.JumpType

java.lang.Object
  extended byorg.jruby.exceptions.JumpException.JumpType
Enclosing class:
JumpException

public static final class JumpException.JumpType
extends java.lang.Object


Field Summary
static int BREAK
           
static JumpException.JumpType BreakJump
           
static int NEXT
           
static JumpException.JumpType NextJump
           
static int RAISE
           
static JumpException.JumpType RaiseJump
           
static int REDO
           
static JumpException.JumpType RedoJump
           
static int RETRY
           
static JumpException.JumpType RetryJump
           
static int RETURN
           
static JumpException.JumpType ReturnJump
           
static int SPECIAL
           
static JumpException.JumpType SpecialJump
           
static int THROW
           
static JumpException.JumpType ThrowJump
           
 
Method Summary
 int getTypeId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BREAK

public static final int BREAK
See Also:
Constant Field Values

NEXT

public static final int NEXT
See Also:
Constant Field Values

REDO

public static final int REDO
See Also:
Constant Field Values

RETRY

public static final int RETRY
See Also:
Constant Field Values

RETURN

public static final int RETURN
See Also:
Constant Field Values

THROW

public static final int THROW
See Also:
Constant Field Values

RAISE

public static final int RAISE
See Also:
Constant Field Values

SPECIAL

public static final int SPECIAL
See Also:
Constant Field Values

BreakJump

public static final JumpException.JumpType BreakJump

NextJump

public static final JumpException.JumpType NextJump

RedoJump

public static final JumpException.JumpType RedoJump

RetryJump

public static final JumpException.JumpType RetryJump

ReturnJump

public static final JumpException.JumpType ReturnJump

ThrowJump

public static final JumpException.JumpType ThrowJump

RaiseJump

public static final JumpException.JumpType RaiseJump

SpecialJump

public static final JumpException.JumpType SpecialJump
Method Detail

getTypeId

public int getTypeId()


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