| 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,
@Nullable String detail) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
@Nullable String detail,
@Nullable URI instance) |
static ThrowableProblem |
Problem.valueOf(StatusType status,
@Nullable URI instance) |
| Modifier and Type | Method and Description |
|---|---|
ProblemBuilder |
ProblemBuilder.withCause(@Nullable ThrowableProblem cause) |
| Constructor and Description |
|---|
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail,
@Nullable URI instance,
@Nullable ThrowableProblem cause) |
AbstractThrowableProblem(@Nullable URI type,
@Nullable String title,
@Nullable StatusType status,
@Nullable String detail,
@Nullable URI instance,
@Nullable ThrowableProblem cause,
@Nullable Map<String,Object> parameters) |
ThrowableProblem(@Nullable ThrowableProblem cause) |
Copyright © 2015–2022 Zalando SE. All rights reserved.