Package com.tngtech.jgiven.exception
Class JGivenMissingRequiredScenarioStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tngtech.jgiven.exception.JGivenMissingRequiredScenarioStateException
- All Implemented Interfaces:
Serializable
This exception is thrown if a scenario state has been marked as required,
but the state has not been provided.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JGivenMissingRequiredScenarioStateException
-