Class SimpleJSONParserException

  • All Implemented Interfaces:
    Serializable

    public class SimpleJSONParserException
    extends org.json.simple.parser.ParseException
    This exception is thrown when engine gets an error parsing json with simple json
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleJSONParserException

        public SimpleJSONParserException​(String message)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class org.json.simple.parser.ParseException