com.uwyn.rife.continuations.exceptions
Class CallException

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.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