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 SummaryConstructorsConstructorDescriptionJqwikException(String message) JqwikException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
JqwikException
- 
JqwikException
 
-