Package net.jqwik.api
Klasse JqwikException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jqwik.api.JqwikException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
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.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungJqwikException
(String message) JqwikException
(String message, Throwable cause) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
JqwikException
-
JqwikException
-