Class SyntaxException

    • Constructor Detail

      • SyntaxException

        public SyntaxException()
      • SyntaxException

        public SyntaxException​(String error,
                               String symbol,
                               int line,
                               int column)
    • Method Detail

      • getError

        public String getError()
        Returns:
        the error
      • getSymbol

        public String getSymbol()
        Returns:
        the symbol
      • getLine

        public int getLine()
        Returns:
        the line
      • getColumn

        public int getColumn()
        Returns:
        the column