Class JGivenUserException

All Implemented Interfaces:
Serializable

public class JGivenUserException extends RuntimeException
This exception is thrown when JGiven tried to execute a user-defined method and that method has thrown an exception.
See Also:
  • Constructor Details

    • JGivenUserException

      public JGivenUserException(Method method, String methodDescription, Throwable cause)