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 ActorStopException
          An exception indicating Actor stopping request.
 class ActorTerminationException
          An exception indicating Actor termination request.
 

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


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