- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.junit.platform.commons.JUnitException
-
- org.junitpioneer.jupiter.json.NoJsonParserConfiguredException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoJsonParserConfiguredException extends org.junit.platform.commons.JUnitExceptionIndicates that no supported JSON parsing library was found at run time.- Since:
- 1.7.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringERROR_MESSAGEprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoJsonParserConfiguredException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
private static final java.lang.String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-