Class UnknownParameterException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class UnknownParameterException extends MathIllegalArgumentException
Exception to be thrown when a parameter is unknown.
Since:
3.1
See Also:
  • Constructor Details

    • UnknownParameterException

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

    • getName

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