Package net.luis.utils.io.data.json.exception


package net.luis.utils.io.data.json.exception
  • Exception Classes
    Class
    Description
    Thrown to indicate that an index of a json array is out of bounds.
    This exception is thrown when an index is either negative or greater than or equal to the size of the array.
    The exception message will contain the index and may the size of the array.
    Thrown to indicate that the syntax of a json string is invalid.
    The exception message will contain the details of the syntax error.
    Thrown when a json element is not of the expected type.
    The exception message will contain the details about the expected and actual types.
    Thrown to indicate that a json element does not exist.
    The exception message will contain the details of the missing element.