Package rife.continuations.exceptions
package rife.continuations.exceptions
Provides exception classes for the continuation functionalities.
- Since:
- 1.0
-
ClassDescriptionThis exception will be thrown when an answer continuation is triggered.This exception will be thrown when a call continuation is triggered.Thrown when a call target couldn't be resolved to a proper
ContinuableObject
.Thrown when a local variable in aContinuationStack
couldn't be cloned when a continuation is resumed.Thrown when a continuations method has not been instrumented.Thrown when the active continuation runtime configuration isn't set.Thrown when a continuable instance can't be foundContinuableObject
.This exception will be thrown when a pause continuation is triggered.This exception will be thrown when a stepBack continuation is triggered.