Class JsonParseException

All Implemented Interfaces:
Serializable, JsonException

public final class JsonParseException extends JsonRuntimeException
Thrown if JSON could not be parsed because it was in an invalid format.
See Also:
  • Field Details

  • Constructor Details

    • JsonParseException

      public JsonParseException(@Nullable String message)
      Constructs a new JsonParseException with the specified message.
      Parameters:
      message - the detail message.
  • Method Details

    • newBuilder

      public static JsonParseException.Builder newBuilder()
      Returns a builder for fluently creating instances of JsonParseExceptions..
      Returns:
      a new builder for JsonParseException objects.