public static class RubyContinuation.Continuation extends RuntimeException implements Unrescuable
Modifier and Type | Field and Description |
---|---|
IRubyObject[] |
args |
IRubyObject |
tag |
Constructor and Description |
---|
Continuation() |
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 Continuation()
public Continuation(IRubyObject tag)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2001-2016 JRuby. All Rights Reserved.