Class AggregatedPVCoordinatesProvider.InvalidPVProvider

java.lang.Object
org.orekit.utils.AggregatedPVCoordinatesProvider.InvalidPVProvider
All Implemented Interfaces:
PVCoordinatesProvider
Enclosing class:
AggregatedPVCoordinatesProvider

public static class AggregatedPVCoordinatesProvider.InvalidPVProvider extends Object implements PVCoordinatesProvider
Implementation of PVCoordinatesProvider that throws an OrekitException exception.
  • Constructor Details

    • InvalidPVProvider

      public InvalidPVProvider()
      Empty constructor.

      This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

      Since:
      12.0
  • Method Details