com.uwyn.rife.continuations.exceptions
Class PauseException
java.lang.Object
java.lang.Throwable
java.lang.Error
com.uwyn.rife.tools.exceptions.LightweightError
com.uwyn.rife.continuations.exceptions.PauseException
- All Implemented Interfaces:
- ControlFlowRuntimeException, Serializable
public class PauseException
- extends LightweightError
- implements ControlFlowRuntimeException
This exception will be thrown when a pause continuation is triggered.
- Since:
- 1.6
- Version:
- $Revision: 3813 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
- Serialized Form
PauseException
public PauseException(ContinuationContext context)
- [PRIVATE AND UNSUPPORTED] Instantiates a new pause exception.
This is used by the instrumented bytecode that provides
continuations support, it's not intended for general use.
- Parameters:
context - the active continuation context- Since:
- 1.6
getContext
public ContinuationContext getContext()
- Retrieves the context of this pause continuation.
- Returns:
- this pause continuation's context
- Since:
- 1.6
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.