类 UnknownParameterException

所有已实现的接口:
Serializable, LocalizedException

@Deprecated public class UnknownParameterException extends MathIllegalArgumentException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a parameter is unknown.
另请参阅:
  • 构造器详细资料

    • UnknownParameterException

      public UnknownParameterException(String name)
      已过时。
      Construct an exception from the unknown parameter.
      参数:
      name - 参数名称。
  • 方法详细资料

    • getName

      public String getName()
      已过时。
      Get name of the unknown parameter.
      返回:
      未知参数的名称