public class CyclicGoalChainException extends WerkzException
Goal graph.Goal,
Serialized Form| Constructor and Description |
|---|
CyclicGoalChainException(Goal initialGoal)
Constrct with an initiating goal.
|
| Modifier and Type | Method and Description |
|---|---|
Goal |
getInitialGoal()
Retrieve the
Goal which initiated the
dependency cycle check. |
java.lang.String |
getMessage() |
public CyclicGoalChainException(Goal initialGoal)
initialGoal - The Goal which initiated
the cycle check.public Goal getInitialGoal()
Goal which initiated the
dependency cycle check.Goal.public java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.