jist.runtime
Class JistAPI.Continuable

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jist.runtime.JistAPI.Continuable
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JistAPI

public static class JistAPI.Continuable
extends java.lang.Error

Tags a method (explicitly) as continuable.

Since:
JIST1.0
Author:
Rimon Barr <barr+jist@cs.cornell.edu>
See Also:
Serialized Form

Constructor Summary
JistAPI.Continuable()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Constructor Detail

JistAPI.Continuable

public JistAPI.Continuable()