com.uwyn.rife.continuations.exceptions
Class PauseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.uwyn.rife.continuations.exceptions.ContinuationsException
                  extended by com.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