Class InvalidParameterException

All Implemented Interfaces:
Serializable

public class InvalidParameterException extends FrameworkException
An exception indicating a parameter is invalid.
See Also:
  • Constructor Details

    • InvalidParameterException

      public InvalidParameterException(String parameterName, String message)
      Constructs a new exception for an invalid parameter.
      Parameters:
      parameterName - the name of the parameter
      message - the reason the parameter is invalid