Package org.zalando.problem
Class DefaultProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zalando.problem.ThrowableProblem
-
- org.zalando.problem.AbstractThrowableProblem
-
- org.zalando.problem.DefaultProblem
-
- All Implemented Interfaces:
Serializable,Exceptional,Problem
@API(status=STABLE) public final class DefaultProblem extends AbstractThrowableProblem
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.zalando.problem.Problem
DEFAULT_TYPE
-
-
Method Summary
-
Methods inherited from class org.zalando.problem.AbstractThrowableProblem
getDetail, getInstance, getParameters, getStatus, getTitle, getType
-
Methods inherited from class org.zalando.problem.ThrowableProblem
getCause, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.zalando.problem.Exceptional
propagate, propagateAs
-
-