Uses of Class
groovyx.gpars.actor.impl.ActorException

Packages that use ActorException
groovyx.gpars.actor.impl This package holds classes some non-public aspects of actor implementation. 
 

Uses of ActorException in groovyx.gpars.actor.impl
 

Subclasses of ActorException in groovyx.gpars.actor.impl
 class ActorContinuationException
          An exception indicating end of a work chunk (ActorAction) allowing other ActorAction to get scheduled.
 class ActorStopException
          An exception indicating Actor stopping request.
 class ActorTerminationException
          An exception indicating Actor termination request.
 class ActorTimeoutException
          An exception indicating Actor react timeout.
 

Fields in groovyx.gpars.actor.impl declared as ActorException
static ActorException ActorException.CONTINUE
           
static ActorException ActorException.STOP
           
static ActorException ActorException.TERMINATE
           
 


Copyright © 2008–2010 Václav Pech. All Rights Reserved.