com.uwyn.rife.continuations.exceptions
Class CallException

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.CallException
All Implemented Interfaces:
Serializable

public class CallException
extends ContinuationsException

See Also:
Serialized Form

Constructor Summary
CallException(ContinuationContext context, String name)
           
 
Method Summary
 ContinuationContext getContext()
           
 String getExitName()
           
 
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

CallException

public CallException(ContinuationContext context,
                     String name)
Method Detail

getContext

public ContinuationContext getContext()

getExitName

public String getExitName()

RIFE Project Page