public class JqwikExceptionSupport
extends java.lang.Object
| Constructor and Description |
|---|
JqwikExceptionSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
rethrowIfBlacklisted(java.lang.Throwable exception) |
static <T> T |
throwAsUncheckedException(java.lang.Throwable t)
Throw the supplied
Throwable, masked as an
unchecked exception. |
public static <T> T throwAsUncheckedException(java.lang.Throwable t)
Throwable, masked as an
unchecked exception.T - type of the value to returnt - the Throwable to be wrappedpublic static void rethrowIfBlacklisted(java.lang.Throwable exception)