Class ParseException

    • Constructor Detail

      • ParseException

        public ParseException​(String message,
                              int line,
                              int column)
        Default constructor for the ParseException
        Parameters:
        message - the message
        line - the line number
        column - the column number
    • Method Detail

      • getLine

        public int getLine()
      • getColumn

        public int getColumn()
      • setSourceInfo

        public void setSourceInfo​(String sourceInfo)