Class JsonException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonDataException, JsonIoException

public class JsonException extends RuntimeException
Thrown when the data being parsed is not encoded as valid JSON, method invocation fails for json views, or and underlying IOException occurs.
See Also:
  • Constructor Details

    • JsonException

      public JsonException(String message)
    • JsonException

      public JsonException(Throwable exception)
    • JsonException

      public JsonException(String message, Throwable cause)
  • Method Details