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
Enclosing class:
RubyContinuation

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

See Also:
Serialized Form

Field Summary
 IRubyObject[] args
           
 
Constructor Summary
RubyContinuation.Continuation()
           
 
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
Constructor Detail

RubyContinuation.Continuation

public RubyContinuation.Continuation()
Method Detail

fillInStackTrace

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


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