Class ParameterResolutionException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.0") public class ParameterResolutionException extends JUnitException
Thrown if an error is encountered in the configuration or execution of a ParameterResolver.
Since:
5.0
See Also:
  • Constructor Details

    • ParameterResolutionException

      public ParameterResolutionException(String message)
      Construct a ParameterResolutionException with the supplied message.
      Parameters:
      message - the message; never null
    • ParameterResolutionException

      public ParameterResolutionException(String message, Throwable cause)
      Construct a ParameterResolutionException with the supplied message and cause.
      Parameters:
      message - the message; never null
      cause - the cause; never null
  • Method Details