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:
java.io.Serializable
public class JGivenMissingRequiredScenarioStateException extends java.lang.RuntimeException
This exception is thrown if a scenario state has been marked as required, but the state has not been provided.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JGivenMissingRequiredScenarioStateException(java.lang.reflect.Field field)
-