public class JumpException extends RuntimeException
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JumpException.FlowControlException | 
| static class  | JumpException.SpecialJump | 
| Modifier and Type | Field and Description | 
|---|---|
| static JumpException.SpecialJump | SPECIAL_JUMP | 
| Constructor and Description | 
|---|
| JumpException()Constructor for flow-control-only JumpExceptions. | 
| JumpException(String msg)Constructor for JumpException. | 
| JumpException(String msg,
             Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | fillInStackTrace()This method don't do anything for performance reasons. | 
| protected Throwable | originalFillInStackTrace() | 
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final JumpException.SpecialJump SPECIAL_JUMP
public JumpException()
public JumpException(String msg)
msg - public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableThrowable.fillInStackTrace()protected Throwable originalFillInStackTrace()
Copyright © 2001-2015 JRuby. All Rights Reserved.