Package kawa.lang
Class CalledContinuation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kawa.lang.CalledContinuation
-
- All Implemented Interfaces:
Serializable
public class CalledContinuation extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Continuation
continuation
CallContext
ctx
Object[]
values
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
values
public Object[] values
-
continuation
public Continuation continuation
-
ctx
public CallContext ctx
-
-