Package com.github.dakusui.json
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dakusui.json.JsonException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonFormatException,JsonInvalidPathException,JsonTypeMismatchException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonException
public JsonException(com.google.gson.JsonElement problemCausingNode)
-
-
Method Details
-
getProblemCausingNode
public com.google.gson.JsonElement getProblemCausingNode()
-