Class WrongParameterException

All Implemented Interfaces:
Serializable

public class WrongParameterException extends RuntimeException
Uncheked exception getting parameter. May occur if the parameter was not declared during the check configuration phase, or if parameter has another type or if several checks with the same identifiers have the parameter with the same name but different types.
See Also:
  • Constructor Details

    • WrongParameterException

      public WrongParameterException(String message)
      Constructs a new instance.
      Parameters:
      message - The cause message, not null
    • WrongParameterException

      public WrongParameterException(String parameterName, String message)
      Constructs a new instance.
      Parameters:
      parameterName - The name of the parameter, not null
      message - The cause message, not null