public class CyclicGoalChainException extends WerkzException
Goal
graph.Goal
,
Serialized FormConstructor 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.Throwable
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.