JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
O
P
S
T
V
W
A
AbstractThrowableProblem
- Exception in
org.zalando.problem
AbstractThrowableProblem()
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String, StatusType)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String, StatusType, String)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String, StatusType, String, URI)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String, StatusType, String, URI, ThrowableProblem)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
AbstractThrowableProblem(URI, String, StatusType, String, URI, ThrowableProblem, Map<String, Object>)
- Constructor for exception org.zalando.problem.
AbstractThrowableProblem
B
build()
- Method in class org.zalando.problem.
ProblemBuilder
builder()
- Static method in interface org.zalando.problem.
Problem
C
COMPOUND
- Static variable in interface org.zalando.problem.spi.
StackTraceProcessor
D
DEFAULT
- Static variable in interface org.zalando.problem.spi.
StackTraceProcessor
DEFAULT_TYPE
- Static variable in interface org.zalando.problem.
Problem
DefaultProblem
- Exception in
org.zalando.problem
E
Exceptional
- Interface in
org.zalando.problem
An extension of the
Problem
interface for problems that extend
Exception
.
G
getCause()
- Method in interface org.zalando.problem.
Exceptional
getCause()
- Method in exception org.zalando.problem.
ThrowableProblem
getDetail()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getDetail()
- Method in interface org.zalando.problem.
Problem
A human readable explanation specific to this occurrence of the problem.
getInstance()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getInstance()
- Method in interface org.zalando.problem.
Problem
An absolute URI that identifies the specific occurrence of the problem.
getMessage()
- Method in exception org.zalando.problem.
ThrowableProblem
getParameters()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getParameters()
- Method in interface org.zalando.problem.
Problem
Optional, additional attributes of the problem.
getReasonPhrase()
- Method in enum org.zalando.problem.
Status
Get the reason phrase.
getReasonPhrase()
- Method in interface org.zalando.problem.
StatusType
Get the reason phrase.
getStatus()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getStatus()
- Method in interface org.zalando.problem.
Problem
The HTTP status code generated by the origin server for this occurrence of the problem.
getStatusCode()
- Method in enum org.zalando.problem.
Status
Get the associated status code.
getStatusCode()
- Method in interface org.zalando.problem.
StatusType
Get the associated status code.
getTitle()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getTitle()
- Method in interface org.zalando.problem.
Problem
A short, human-readable summary of the problem type.
getType()
- Method in exception org.zalando.problem.
AbstractThrowableProblem
getType()
- Method in interface org.zalando.problem.
Problem
An absolute URI that identifies the problem type.
O
org.zalando.problem
- package org.zalando.problem
org.zalando.problem.spi
- package org.zalando.problem.spi
P
Problem
- Interface in
org.zalando.problem
Problem
instances are required to be immutable.
ProblemBuilder
- Class in
org.zalando.problem
process(Collection<StackTraceElement>)
- Method in interface org.zalando.problem.spi.
StackTraceProcessor
propagate()
- Method in interface org.zalando.problem.
Exceptional
propagateAs(Class<X>)
- Method in interface org.zalando.problem.
Exceptional
S
StackTraceProcessor
- Interface in
org.zalando.problem.spi
Status
- Enum in
org.zalando.problem
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
StatusType
- Interface in
org.zalando.problem
Base interface for statuses.
T
ThrowableProblem
- Exception in
org.zalando.problem
Problem
instances are required to be immutable.
ThrowableProblem()
- Constructor for exception org.zalando.problem.
ThrowableProblem
ThrowableProblem(ThrowableProblem)
- Constructor for exception org.zalando.problem.
ThrowableProblem
toString(Problem)
- Static method in interface org.zalando.problem.
Problem
Specification by example:
toString()
- Method in enum org.zalando.problem.
Status
Get the Status String representation.
toString()
- Method in exception org.zalando.problem.
ThrowableProblem
V
valueOf(StatusType)
- Static method in interface org.zalando.problem.
Problem
valueOf(StatusType, String)
- Static method in interface org.zalando.problem.
Problem
valueOf(StatusType, URI)
- Static method in interface org.zalando.problem.
Problem
valueOf(StatusType, String, URI)
- Static method in interface org.zalando.problem.
Problem
valueOf(String)
- Static method in enum org.zalando.problem.
Status
Returns the enum constant of this type with the specified name.
valueOf(int)
- Static method in enum org.zalando.problem.
Status
Creates a Status instance from the given code.
values()
- Static method in enum org.zalando.problem.
Status
Returns an array containing the constants of this enum type, in the order they are declared.
W
with(String, Object)
- Method in class org.zalando.problem.
ProblemBuilder
withCause(ThrowableProblem)
- Method in class org.zalando.problem.
ProblemBuilder
withDetail(String)
- Method in class org.zalando.problem.
ProblemBuilder
withInstance(URI)
- Method in class org.zalando.problem.
ProblemBuilder
withStatus(StatusType)
- Method in class org.zalando.problem.
ProblemBuilder
withTitle(String)
- Method in class org.zalando.problem.
ProblemBuilder
withType(URI)
- Method in class org.zalando.problem.
ProblemBuilder
A
B
C
D
E
G
O
P
S
T
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015–2022 Zalando SE. All rights reserved.