Class UnsupportedParameterException

All Implemented Interfaces:
Serializable, LocalizedException

public class UnsupportedParameterException extends OrekitException
Exception for unsupported ParameterDriver in a model implementing ParameterDriversProvider.
Since:
12.0
Author:
Maxime Journot, Luc Maisonobe
See Also:
  • Field Details

    • NO_PARAMETER

      public static final String NO_PARAMETER
      String for empty parameter drivers' list.
      See Also:
    • COMMA_SEP

      public static final String COMMA_SEP
      Comma separator for printing list of supported parameter drivers.
      See Also:
  • Constructor Details

    • UnsupportedParameterException

      public UnsupportedParameterException(String parameterName, List<ParameterDriver> parameterDrivers)
      Constructor.
      Parameters:
      parameterName - name of the parameter driver that is not supported by the model
      parameterDrivers - list of the model's parameter drivers