Uses of Class
org.zalando.problem.ThrowableProblem
-
Packages that use ThrowableProblem Package Description org.zalando.problem -
-
Uses of ThrowableProblem in org.zalando.problem
Subclasses of ThrowableProblem in org.zalando.problem Modifier and Type Class Description classAbstractThrowableProblemclassDefaultProblemMethods in org.zalando.problem that return ThrowableProblem Modifier and Type Method Description ThrowableProblemProblemBuilder. build()ThrowableProblemThrowableProblem. getCause()static ThrowableProblemProblem. valueOf(StatusType status)static ThrowableProblemProblem. valueOf(StatusType status, String detail)static ThrowableProblemProblem. valueOf(StatusType status, String detail, URI instance)static ThrowableProblemProblem. valueOf(StatusType status, URI instance)Methods in org.zalando.problem with parameters of type ThrowableProblem Modifier and Type Method Description ProblemBuilderProblemBuilder. withCause(ThrowableProblem cause)Constructors in org.zalando.problem with parameters of type ThrowableProblem Constructor 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)
-