Class JGivenExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tngtech.jgiven.exception.JGivenExecutionException
All Implemented Interfaces:
Serializable

public class JGivenExecutionException extends RuntimeException
This exception is thrown when JGiven tried to execute a used defined method, but the method could not be executed for some reason.
See Also:
  • Constructor Details

    • JGivenExecutionException

      public JGivenExecutionException(String message, Throwable cause)