Uses of Class
com.werken.werkz.WerkzException

Packages that use WerkzException
com.werken.werkz The werkz goal-oriented process framework. 
 

Uses of WerkzException in com.werken.werkz
 

Subclasses of WerkzException in com.werken.werkz
 class CyclicGoalChainException
          Indicates a dependency cycle within the Goal graph.
 class NoActionDefinitionException
          Indicates an attempt to attain a goal with no action definition.
 class NoSuchGoalException
          Indicates a request to attain an unknown Goal.
 class UnattainableGoalException
          Indicates an error while attempting to satisfy a Goal.