Class JsonIndexOutOfBoundsException

All Implemented Interfaces:
Serializable

public class JsonIndexOutOfBoundsException extends JsonInvalidPathException
See Also:
  • Constructor Details

    • JsonIndexOutOfBoundsException

      public JsonIndexOutOfBoundsException(com.google.gson.JsonElement base, Object[] path, int index)
  • Method Details