Class UnknownParameterException

All Implemented Interfaces:
Serializable

public class UnknownParameterException extends AppException
This exception is used to indicate a parameter for a specified name was unknown.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownParameterException

      public UnknownParameterException(String name)
      Constructs the exception with the name of the unknown parameter.
      Parameters:
      name - The name of the unknown parameter.
  • Method Details

    • getParameterName

      public String getParameterName()
      This method returns the name of the unknown parameter.
      Returns:
      The name of the unknown parameter.