public class UnsupportedParameterException extends OrekitException
ParameterDriver
in a model implementing ParameterDriversProvider
.Modifier and Type | Field and Description |
---|---|
static String |
COMMA_SEP
Comma separator for printing list of supported parameter drivers.
|
static String |
NO_PARAMETER
String for empty parameter drivers' list.
|
Constructor and Description |
---|
UnsupportedParameterException(String parameterName,
List<ParameterDriver> parameterDrivers)
Constructor.
|
getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier, unwrap
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String NO_PARAMETER
public static final String COMMA_SEP
public UnsupportedParameterException(String parameterName, List<ParameterDriver> parameterDrivers)
parameterName
- name of the parameter driver that is not supported by the modelparameterDrivers
- list of the model's parameter driversCopyright © 2002-2023 CS GROUP. All rights reserved.