Package com.tngtech.jgiven.exception
Class JGivenExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.exception.JGivenExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class JGivenExecutionException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JGivenExecutionException(java.lang.String message, java.lang.Throwable cause)
-