Package gov.nasa.jpl.aerie.scheduler
Class SchedulingInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
gov.nasa.jpl.aerie.scheduler.SchedulingInterruptedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchedulingInterruptedException(String location) Create a SchedulingInterruptedException that is aware of the part of the scheduling process in which it was created -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
location
-
-
Constructor Details
-
SchedulingInterruptedException
Create a SchedulingInterruptedException that is aware of the part of the scheduling process in which it was created- Parameters:
location- Where in scheduling this Exception was thrown
-