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:
Serializable
This exception is thrown when JGiven tried to execute a user-defined method and that method has thrown an exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionJGivenUserException
(Method method, String methodDescription, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JGivenUserException
-