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:
java.io.Serializable
public class InvisibleCheckedException extends java.lang.RuntimeException
ARuntimeException
thrown when a checked exception is thrown but can't be rethrown. The original checked exception can be retrieved by calling thegetCause()
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvisibleCheckedException(java.lang.Exception cause)
Creates a new InvisibleCheckedException with the given cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCause()
-