Class SpecificationLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.jpl.aerie.scheduler.server.exceptions.SpecificationLoadException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpecificationLoadException(SpecificationId specificationId, List<SchedulingCompilationError.UserCodeError> errors) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errors
-
-
Constructor Details
-
SpecificationLoadException
public SpecificationLoadException(SpecificationId specificationId, List<SchedulingCompilationError.UserCodeError> errors)
-