Serialized Form


Package com.werken.werkz

Class com.werken.werkz.CyclicGoalChainException extends WerkzException implements Serializable

Serialized Fields

initialGoal

Goal initialGoal
The initial goal from which the cycle-check was initiated.

Class com.werken.werkz.NoActionDefinitionException extends WerkzException implements Serializable

Serialized Fields

goal

Goal goal
The goal.

Class com.werken.werkz.NoSuchGoalException extends WerkzException implements Serializable

Serialized Fields

goalName

java.lang.String goalName
Name of the unknown goal.

Class com.werken.werkz.UnattainableGoalException extends WerkzException implements Serializable

Serialized Fields

goalName

java.lang.String goalName
Name of goal in which an error occurred.


rootCause

java.lang.Throwable rootCause
Root exception.

Class com.werken.werkz.WerkzException extends java.lang.Exception implements Serializable