Class NoSuchParameterException

All Implemented Interfaces:
Serializable

public class NoSuchParameterException extends FrameworkException
An exception indicating the parameter does not exist.
See Also:
  • Constructor Details

    • NoSuchParameterException

      public NoSuchParameterException(String parameterName)
      Constructs a new exception for a missing parameter.
      Parameters:
      parameterName - the name of the parameter