Package org.ethelred.util.function
Class WrappedCheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.ethelred.util.function.WrappedCheckedException
-
- All Implemented Interfaces:
java.io.Serializable
public class WrappedCheckedException extends java.lang.RuntimeExceptionThe exception thrown from the 'Checked' wrappers in this package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedCheckedException(java.lang.Throwable cause)
-