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:
Serializable
public class WrappedCheckedException extends RuntimeException
The exception thrown from the 'Checked' wrappers in this package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedCheckedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrappedCheckedException
public WrappedCheckedException(Throwable cause)
-
-