public static class RubyContinuation.Continuation extends RuntimeException implements Unrescuable
| Modifier and Type | Field and Description | 
|---|---|
| IRubyObject[] | args | 
| IRubyObject | tag | 
| Constructor and Description | 
|---|
| RubyContinuation.Continuation() | 
| RubyContinuation.Continuation(IRubyObject tag) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | fillInStackTrace() | 
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IRubyObject[] args
public final IRubyObject tag
public RubyContinuation.Continuation()
public RubyContinuation.Continuation(IRubyObject tag)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2001-2015 JRuby. All Rights Reserved.