Class JSONException

    • Constructor Detail

      • JSONException

        public JSONException​(String message)
        Constructs a JSONException with an explanatory message.
        Parameters:
        message - Detail about the reason for the exception.
      • JSONException

        public JSONException​(String message,
                             int line,
                             int column)
      • JSONException

        public JSONException​(Throwable t)
    • Method Detail

      • getColumn

        public int getColumn()
      • getLine

        public int getLine()