| Package | Description |
|---|---|
| org.zalando.problem |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThrowableProblem |
class |
DefaultProblem |
| Modifier and Type | Method and Description |
|---|---|
ThrowableProblem |
ProblemBuilder.build() |
ThrowableProblem |
ThrowableProblem.getCause() |
static ThrowableProblem |
Problem.valueOf(StatusType status) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
String detail) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
String detail,
URI instance) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
URI instance) |
| Modifier and Type | Method and Description |
|---|---|
ProblemBuilder |
ProblemBuilder.withCause(ThrowableProblem cause) |
| Constructor and Description |
|---|
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail,
URI instance,
ThrowableProblem cause) |
AbstractThrowableProblem(URI type,
String title,
StatusType status,
String detail,
URI instance,
ThrowableProblem cause,
Map<String,Object> parameters) |
ThrowableProblem(ThrowableProblem cause) |
Copyright © 2015–2018 Zalando SE. All rights reserved.