Package net.jqwik.api

Class JqwikException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArbitraryConfigurationException, CannotFindArbitraryException, CannotFindStoreException, CannotResolveParameterException, TooManyFilterMissesException

@API(status=STABLE, since="1.0") public class JqwikException extends RuntimeException
Base exception for exceptions that are thrown during the discovery phase and during setup of properties before they are actually run.
See Also:
  • Constructor Details

    • JqwikException

      public JqwikException(String message)
    • JqwikException

      public JqwikException(String message, Throwable cause)