Package io.github.belgif.rest.problem
Class BadRequestProblem
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.belgif.rest.problem.api.Problem
io.github.belgif.rest.problem.api.ClientProblem
io.github.belgif.rest.problem.api.InputValidationProblem
io.github.belgif.rest.problem.BadRequestProblem
- All Implemented Interfaces:
FluentInputValidationProblem<BadRequestProblem>
,FluentProblem<BadRequestProblem>
,Serializable
public class BadRequestProblem
extends InputValidationProblem
implements FluentInputValidationProblem<BadRequestProblem>
HTTP 400: Bad Request (https://www.belgif.be/specification/rest/api-guide/problems/badRequest.html)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBadRequestProblem
(InvalidParam invalidParam) Deprecated.BadRequestProblem
(String detail, InvalidParam invalidParam) Deprecated.BadRequestProblem
(List<InputValidationIssue> issues) -
Method Summary
Methods inherited from class io.github.belgif.rest.problem.api.InputValidationProblem
addInvalidParam, addIssue, equals, getInvalidParams, getIssues, getMessage, hashCode, setInvalidParams, setInvalidParams, setIssues, setIssues
Methods inherited from class io.github.belgif.rest.problem.api.Problem
getAdditionalProperties, getDetail, getHref, getInstance, getStatus, getTitle, getType, setAdditionalProperty, setDetail, setHref, setInstance
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.belgif.rest.problem.api.FluentInputValidationProblem
issues, issues, setIssues, setIssues
Methods inherited from interface io.github.belgif.rest.problem.api.FluentProblem
additionalProperty, detail, href, instance, setAdditionalProperty, setDetail, setHref, setInstance
BadRequestProblem(InputValidationIssue)