Package net.jqwik.api
Class CannotFindArbitraryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jqwik.api.JqwikException
net.jqwik.api.CannotFindArbitraryException
- All Implemented Interfaces:
Serializable
@API(status=MAINTAINED,
since="1.0")
public class CannotFindArbitraryException
extends JqwikException
- See Also:
-
Constructor Summary
ConstructorDescriptionCannotFindArbitraryException
(TypeUsage typeUsage) CannotFindArbitraryException
(TypeUsage typeUsage, ForAll forAll) CannotFindArbitraryException
(TypeUsage typeUsage, ForAll forAll, Method method) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotFindArbitraryException
-
CannotFindArbitraryException
-
CannotFindArbitraryException
-