Module Mal4J

Class JsonSyntaxException

All Implemented Interfaces:
Serializable

public final class JsonSyntaxException extends RuntimeException
Thrown if the Json is malformed.
Since:
1.0.0
Version:
3.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • JsonSyntaxException

      public JsonSyntaxException(String message, String raw)
  • Method Details

    • getRaw

      public final String getRaw()
      Returns the raw string.
      Returns:
      raw string
      Since:
      2.2.0