Class UnknownParameterException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class UnknownParameterException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a parameter is unknown.
See Also:
  • Constructor Details

    • UnknownParameterException

      public UnknownParameterException(String name)
      Deprecated.
      Construct an exception from the unknown parameter.
      Parameters:
      name - parameter name.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Get name of the unknown parameter.
      Returns:
      the name of the unknown parameter