org.jruby
Class RubyContinuation.Continuation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jruby.RubyContinuation.Continuation
All Implemented Interfaces:
java.io.Serializable, Unrescuable
Enclosing class:
RubyContinuation

public static class RubyContinuation.Continuation
extends java.lang.Error
implements Unrescuable

See Also:
Serialized Form

Field Summary
 IRubyObject[] args
           
 IRubyObject tag
           
 
Constructor Summary
RubyContinuation.Continuation()
           
RubyContinuation.Continuation(IRubyObject tag)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

args

public IRubyObject[] args

tag

public final IRubyObject tag
Constructor Detail

RubyContinuation.Continuation

public RubyContinuation.Continuation()

RubyContinuation.Continuation

public RubyContinuation.Continuation(IRubyObject tag)
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable


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