public class GoalFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
GoalFailedException(Goal goal)
Creates a new instance of GoalFailedException.
|
| Modifier and Type | Method and Description |
|---|---|
Goal |
getGoal() |
java.lang.String |
toString() |
public GoalFailedException(Goal goal)
goal - the goal that failed.public Goal getGoal()
public java.lang.String toString()
toString in class java.lang.ThrowableThrowable.toString()