Class CannotResolveParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=MAINTAINED,
         since="1.4.0")
    public class CannotResolveParameterException
    extends JqwikException
    Experimental feature. Not ready for public usage yet.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotResolveParameterException

        public CannotResolveParameterException​(ParameterResolutionContext context,
                                               java.lang.String info)
      • CannotResolveParameterException

        @API(status=INTERNAL)
        public CannotResolveParameterException​(java.lang.reflect.Parameter parameter,
                                               java.lang.String info)