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, toString
Copyright © 2020. All rights reserved.