public class WrappedException extends RuntimeException
| Constructor and Description |
|---|
WrappedException(Exception child) |
WrappedException(String message) |
WrappedException(String message,
Exception child) |
| Modifier and Type | Method and Description |
|---|---|
static String |
constructMessage(String message,
Exception child) |
static String |
printException(Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024. All rights reserved.