public class InvisibleCheckedException extends RuntimeException
RuntimeException thrown when a checked exception is thrown but can't be rethrown.
The original checked exception can be retrieved by calling the getCause().| Constructor and Description |
|---|
InvisibleCheckedException(Exception cause)
Creates a new InvisibleCheckedException with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.