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:
  • Constructor Details

    • WrappedCheckedException

      public WrappedCheckedException(Throwable cause)