Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
NumericalPropagationException |
ExceptionDuringPropagationEventArgs.getException()
Gets the exception that occurred.
|
Constructor and Description |
---|
ExceptionDuringPropagationEventArgs(NumericalPropagationException exception,
JulianDate previousTime,
double[] previousState,
JulianDate currentDate,
double[] currentState,
PropagationEventTrigger trigger,
StepSizeInformation info)
Initializes a new instance.
|