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:
- 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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JGivenExecutionException
public JGivenExecutionException(String message,
Throwable cause)
Copyright © 2014 TNG Technology Consulting. All rights reserved.