Class InvalidParamProblem
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.InvalidParamProblem
- All Implemented Interfaces:
Serializable
Deprecated.
Abstract base class for problems with invalid parameter(s).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidParamProblem(URI type, String title, int status) Deprecated.InvalidParamProblem(URI type, String title, int status, Throwable cause) Deprecated.InvalidParamProblem(URI type, URI href, String title, int status) Deprecated.InvalidParamProblem(URI type, URI href, String title, int status, Throwable cause) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidParam(InvalidParam invalidParam) Deprecated.booleanDeprecated.Deprecated.inthashCode()Deprecated.voidsetInvalidParams(InvalidParam... invalidParams) Deprecated.voidsetInvalidParams(List<InvalidParam> invalidParams) Deprecated.Methods inherited from class io.github.belgif.rest.problem.api.Problem
getAdditionalProperties, getDetail, getHref, getInstance, getMessage, getStatus, getTitle, getType, setAdditionalProperty, setDetail, setHref, setInstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParamProblem
Deprecated. -
InvalidParamProblem
Deprecated. -
InvalidParamProblem
Deprecated. -
InvalidParamProblem
Deprecated.
-
-
Method Details
InputValidationProblem