Package gov.nasa.jpl.aerie.merlin.driver
Class SimulationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nasa.jpl.aerie.merlin.driver.SimulationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Throwablefinal Optional<gov.nasa.jpl.aerie.types.ActivityDirectiveId> final gov.nasa.jpl.aerie.merlin.protocol.types.Durationstatic final DateTimeFormatterfinal Instant -
Constructor Summary
ConstructorsConstructorDescriptionSimulationException(gov.nasa.jpl.aerie.merlin.protocol.types.Duration elapsedTime, Instant startTime, gov.nasa.jpl.aerie.types.ActivityDirectiveId directiveId, List<gov.nasa.jpl.aerie.types.SerializedActivity> activityStackTrace, Throwable cause) SimulationException(gov.nasa.jpl.aerie.merlin.protocol.types.Duration elapsedTime, Instant startTime, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatDuration(gov.nasa.jpl.aerie.merlin.protocol.types.Duration duration) static StringformatInstant(Instant instant) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
format
-
elapsedTime
public final gov.nasa.jpl.aerie.merlin.protocol.types.Duration elapsedTime -
instant
-
cause
-
directiveId
-
activityType
-
activityStackTrace
-
-
Constructor Details
-
SimulationException
-
SimulationException
-
-
Method Details
-
formatDuration
-
formatInstant
-