public class CascadingError extends Error implements CascadingThrowable
| Constructor and Description |
|---|
CascadingError(String message,
Throwable throwable)
Construct a new
CascadingError instance. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Retrieve root cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Throwable getCause()
getCause in interface CascadingThrowablegetCause in class ThrowableCopyright © 2021. All rights reserved.