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:
- java.io.Serializable
 - Direct Known Subclasses:
- ArbitraryConfigurationException,- CannotFindArbitraryException,- CannotFindStoreException,- CannotResolveParameterException,- TooManyFilterMissesException
 
 @API(status=STABLE, since="1.0") public class JqwikException extends java.lang.RuntimeExceptionBase exception for exceptions that are thrown during the discovery phase and during setup of properties before they are actually run.
- 
- 
Constructor SummaryConstructors Constructor Description JqwikException(java.lang.String message)JqwikException(java.lang.String message, java.lang.Throwable cause)
 
-