org.apache.commons.javaflow
Class ContinuationDeath

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.commons.javaflow.ContinuationDeath
All Implemented Interfaces:
java.io.Serializable

public final class ContinuationDeath
extends java.lang.Error

This exception is used to signal a control flow change that needs the cooperation inside StackRecorder.

This class is only for javaflow internal code.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
ContinuationDeath(java.lang.String mode)
           
 
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

ContinuationDeath

public ContinuationDeath(java.lang.String mode)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.