org.apache.commons.javaflow
Class ContinuationDeath
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.commons.javaflow.ContinuationDeath
- All Implemented Interfaces:
- Serializable
public final class ContinuationDeath
- extends 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContinuationDeath
public ContinuationDeath(String mode)
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.