Package net.jqwik.api
Class JqwikException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jqwik.api.JqwikException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArbitraryConfigurationException
,CannotFindArbitraryException
,CannotFindStoreException
,CannotResolveParameterException
,TooManyFilterMissesException
Base exception for exceptions that are thrown during the discovery phase
and during setup of properties before they are actually run.
-
Constructor Summary
ConstructorDescriptionJqwikException
(String message) JqwikException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JqwikException
-
JqwikException
-