Class SyntaxErrorMessage


  • public class SyntaxErrorMessage
    extends Message
    A class for error messages produced by the parser system.
    • Method Detail

      • getCause

        public SyntaxException getCause()
        Returns the underlying SyntaxException.
      • write

        public void write​(java.io.PrintWriter output,
                          Janitor janitor)
        Writes out a nicely formatted summary of the syntax error.
        Specified by:
        write in class Message