Class SchedulingInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.InterruptedException
gov.nasa.jpl.aerie.scheduler.SchedulingInterruptedException
All Implemented Interfaces:
Serializable

public class SchedulingInterruptedException extends InterruptedException
See Also:
  • Field Details

    • location

      public final String location
  • Constructor Details

    • SchedulingInterruptedException

      public SchedulingInterruptedException(String location)
      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