public static class RubyContinuation.Continuation extends Error 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, toString
public IRubyObject[] args
public final IRubyObject tag
public RubyContinuation.Continuation()
public RubyContinuation.Continuation(IRubyObject tag)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2001-2014 JRuby. All Rights Reserved.