Package com.tngtech.jgiven.exception
Class JGivenUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.exception.JGivenUserException
-
- All Implemented Interfaces:
java.io.Serializable
public class JGivenUserException extends java.lang.RuntimeException
This exception is thrown when JGiven tried to execute a user-defined method and that method has thrown an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JGivenUserException(java.lang.reflect.Method method, java.lang.String methodDescription, java.lang.Throwable cause)
-