Groovy Documentation

gpars.actor.impl
Class ActorContinuationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              gpars.actor.impl.ActorException
                  gpars.actor.impl.ActorContinuationException

class ActorContinuationException
extends ActorException

An exception indicating end of a work chunk (ActorAction) allowing other ActorAction to get scheduled. Implementing singleton pattern, ActorException holds the unique reference.

author:
Vaclav Pech Date: Feb 17, 2009


Constructor Summary
ActorContinuationException()

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ActorContinuationException

public ActorContinuationException()


 

Groovy Documentation