Class Json.MalformedJsonException

    • Constructor Detail

      • MalformedJsonException

        public MalformedJsonException​(String msg,
                                      int row,
                                      int column)
    • Method Detail

      • getRow

        public int getRow()
      • getColumn

        public int getColumn()