@API(status=STABLE) @Immutable public class ConstraintViolationProblem extends org.zalando.problem.ThrowableProblem
| Modifier and Type | Field and Description |
|---|---|
static URI |
TYPE |
static String |
TYPE_VALUE |
| Constructor and Description |
|---|
ConstraintViolationProblem(org.zalando.problem.StatusType status,
List<Violation> violations) |
ConstraintViolationProblem(URI type,
org.zalando.problem.StatusType status,
List<Violation> violations) |
| Modifier and Type | Method and Description |
|---|---|
org.zalando.problem.StatusType |
getStatus() |
String |
getTitle() |
URI |
getType() |
List<Violation> |
getViolations() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final String TYPE_VALUE
public static final URI TYPE
Copyright © 2015–2020 Zalando SE. All rights reserved.