Package com.tngtech.jgiven.report.json
Class ScenarioJsonReader.JsonReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tngtech.jgiven.report.json.ScenarioJsonReader.JsonReaderException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ScenarioJsonReader
public static class ScenarioJsonReader.JsonReaderException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
file
-
Constructor Summary
Constructors Constructor Description JsonReaderException(java.io.File file, java.lang.Exception source)
-