Class NoSuchSchedulingGoalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.jpl.aerie.scheduler.server.exceptions.NoSuchSchedulingGoalException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchSchedulingGoalException(gov.nasa.jpl.aerie.scheduler.model.GoalId goalId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
goalId
public final gov.nasa.jpl.aerie.scheduler.model.GoalId goalId
-
-
Constructor Details
-
NoSuchSchedulingGoalException
public NoSuchSchedulingGoalException(gov.nasa.jpl.aerie.scheduler.model.GoalId goalId)
-