public static class GoalViolations.GoalResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Exception |
exception
nullable, an exception that caused the goal violation to not be fixable
|
java.lang.String |
name
the name of the goal
|
Constructor and Description |
---|
GoalResult(java.lang.String name,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String name
public final java.lang.Exception exception