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
Modifier and TypeFieldDescriptionfinal Throwable
final Optional
<gov.nasa.jpl.aerie.types.ActivityDirectiveId> final gov.nasa.jpl.aerie.merlin.protocol.types.Duration
static final DateTimeFormatter
final Instant
-
Constructor Summary
ConstructorDescriptionSimulationException
(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 String
formatDuration
(gov.nasa.jpl.aerie.merlin.protocol.types.Duration duration) static String
formatInstant
(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
-