Package com.chutneytesting.tools
Class UncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.chutneytesting.tools.UncheckedException
-
- All Implemented Interfaces:
Serializable
public class UncheckedException extends RuntimeException
SpecificRuntimeExceptionthrown when checkedExceptionoccurs in ThrowingFunctions.
CheckedExceptionis set as cause.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeExceptionthrowUncheckedException(Exception e)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
throwUncheckedException
public static RuntimeException throwUncheckedException(Exception e)
-
-