Package net.jqwik.engine.support
Klasse JqwikExceptionSupport
java.lang.Object
net.jqwik.engine.support.JqwikExceptionSupport
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic booleanisInstanceOfAny(Throwable throwable, Class<? extends Throwable>[] exceptionTypes) static voidrethrowIfBlacklisted(Throwable exception) static <T> TThrow the suppliedThrowable, masked as an unchecked exception.
-
Konstruktordetails
-
JqwikExceptionSupport
public JqwikExceptionSupport()
-
-
Methodendetails
-
throwAsUncheckedException
Throw the suppliedThrowable, masked as an unchecked exception.- Typparameter:
T- type of the value to return- Parameter:
t- the Throwable to be wrapped- Gibt zurück:
- Fake return to make using the method a bit simpler
-
rethrowIfBlacklisted
-
isInstanceOfAny
-