Package net.jqwik.api.lifecycle
Class CannotResolveParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.jqwik.api.JqwikException
net.jqwik.api.lifecycle.CannotResolveParameterException
- All Implemented Interfaces:
Serializable
@API(status=MAINTAINED,
since="1.4.0")
public class CannotResolveParameterException
extends JqwikException
Experimental feature. Not ready for public usage yet.
- See Also:
-
Constructor Summary
ConstructorDescriptionCannotResolveParameterException
(Parameter parameter, String info) CannotResolveParameterException
(ParameterResolutionContext context, String info) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotResolveParameterException
-
CannotResolveParameterException
-