Class JSONMissingIndexError

All Implemented Interfaces:
Serializable

public class JSONMissingIndexError extends JSONSchemaError
Signalled to indicate access to a missing (but required) position in a JSON array.
See Also:
  • Constructor Details

    • JSONMissingIndexError

      public JSONMissingIndexError(int index, List<Object> container)
  • Method Details

    • getIndex

      public int getIndex()
    • getContainer

      public List<Object> getContainer()