Package net.jqwik.engine.support
Class JqwikExceptionSupport
java.lang.Object
net.jqwik.engine.support.JqwikExceptionSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrethrowIfBlacklisted(Throwable exception) static <T> TThrow the suppliedThrowable, masked as an unchecked exception.
-
Constructor Details
-
JqwikExceptionSupport
public JqwikExceptionSupport()
-
-
Method Details
-
throwAsUncheckedException
Throw the suppliedThrowable, masked as an unchecked exception.- Type Parameters:
T- type of the value to return- Parameters:
t- the Throwable to be wrapped- Returns:
- Fake return to make using the method a bit simpler
-
rethrowIfBlacklisted
-