Package com.bobocode.bring.web.servlet.exception
package com.bobocode.bring.web.servlet.exception
-
Exception ClassesClassDescriptionThe MethodArgumentTypeMismatchException class is a runtime exception that indicates a failure to convert a method argument to the required type.The MissingApplicationMappingException class is a runtime exception that indicates the absence of an explicit mapping for a particular request path in the application.The MissingBringServletImplException class is a runtime exception that indicates the absence of the implementation of the BringServlet interface in a RestController.The MissingRequestHeaderAnnotationValueException class is a runtime exception that indicates the absence of a required value for the
@RequestHeader
in a method parameter.The MissingRequestParamException class is a runtime exception that indicates the absence of a required request parameter for a method parameter type annotated with@RequestParam
.The RequestBodyTypeUnsupportedException class is a runtime exception that indicates an unsupported type for the @RequestBody annotation.The RequestPathDuplicateException class is a runtime exception that indicates the presence of duplicate request paths in the application.The TypeArgumentUnsupportedException class is a runtime exception that indicates the usage of an unsupported type argument.