jsint
Class ContinuationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jsint.ContinuationException
All Implemented Interfaces:
java.io.Serializable

public class ContinuationException
extends java.lang.RuntimeException

A continuationException is thrown by a continuation. See U.callCC.

See Also:
Serialized Form

Constructor Summary
ContinuationException()
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
          Clever performance trick i found in http://docs.msdnaa.net/ark_new/Webfiles/WhitePapers/Babel01/bab12.pdf
 
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
 

Constructor Detail

ContinuationException

public ContinuationException()
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Clever performance trick i found in http://docs.msdnaa.net/ark_new/Webfiles/WhitePapers/Babel01/bab12.pdf

Overrides:
fillInStackTrace in class java.lang.Throwable