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&nbsp;List<string>&nbsp;getConditions()
      Return string representations of the unsatisfied condition(s).
    • getRequestParams

      public&nbsp;MultiValueMap<string,string>&nbsp;getRequestParams()
      Return the actual request parameters.