Package org.multiverse.api.exceptions
Class InvisibleCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.InvisibleCheckedException
- All Implemented Interfaces:
Serializable
A
RuntimeException
thrown when a checked exception is thrown but can't be rethrown.
The original checked exception can be retrieved by calling the getCause()
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new InvisibleCheckedException with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvisibleCheckedException
Creates a new InvisibleCheckedException with the given cause.- Parameters:
cause
- the cause of the Exception.
-
-
Method Details