Class NoJsonParserConfiguredException
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:
Serializable
public class NoJsonParserConfiguredException
extends org.junit.platform.commons.JUnitException
Indicates that no supported JSON parsing library was found at run time.
- Since:
- 1.7.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ERROR_MESSAGE
- See Also:
-
-
Constructor Details
-
NoJsonParserConfiguredException
NoJsonParserConfiguredException()
-