Package com.github.dakusui.json
Class JsonIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dakusui.json.JsonException
com.github.dakusui.json.JsonInvalidPathException
com.github.dakusui.json.JsonIndexOutOfBoundsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonIndexOutOfBoundsException(com.google.gson.JsonElement base, Object[] path, int index) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatMessage(com.google.gson.JsonElement base, Object[] path) Methods inherited from class com.github.dakusui.json.JsonInvalidPathException
getIndex, getMessage, getPath, getProblemCausingNodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonIndexOutOfBoundsException
-
-
Method Details
-
formatMessage
- Overrides:
formatMessagein classJsonInvalidPathException
-