com.uwyn.rife.continuations.exceptions
Class PauseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.uwyn.rife.continuations.exceptions.ContinuationsException
                  extended bycom.uwyn.rife.continuations.exceptions.PauseException
All Implemented Interfaces:
Serializable

public class PauseException
extends ContinuationsException

See Also:
Serialized Form

Constructor Summary
PauseException(ContinuationContext context, Object parameters)
           
 
Method Summary
 ContinuationContext getContext()
           
 Object getParameters()
           
 
Methods inherited from class com.uwyn.rife.continuations.exceptions.ContinuationsException
fillInStackTrace, getStackTrace
 
Methods inherited from class java.lang.Throwable
getCause, getLocalizedMessage, getMessage, 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

PauseException

public PauseException(ContinuationContext context,
                      Object parameters)
Method Detail

getContext

public ContinuationContext getContext()

getParameters

public Object getParameters()

RIFE Project Page