Class UnsatisfiedRequestParameterException

All Implemented Interfaces:
Serializable, ErrorResponse

public class UnsatisfiedRequestParameterException extends ServerWebInputException
ServerWebInputException subclass that indicates an unsatisfied parameter condition, as typically expressed using an @RequestMapping annotation at the @Controller type level.
Since:
6.0
Author:
Rossen Stoyanchev
See Also:
  • Constructor Details

  • Method Details

    • getConditions

      public List<String> getConditions()
      Return String representations of the unsatisfied condition(s).
    • getRequestParams

      public MultiValueMap<String,String> getRequestParams()
      Return the actual request parameters.