Class ParseException

  • All Implemented Interfaces:
    java.io.Serializable

    class ParseException
    extends java.lang.Exception
    • Field Detail

      • filename

        private static java.lang.String filename
      • line

        private static java.lang.String line
      • lineNumber

        private static int lineNumber
      • pointer

        private static java.lang.String pointer
      • detected

        static boolean detected
    • Constructor Detail

      • ParseException

        ParseException​(java.lang.String message)
        Constructor: print the supplied message to Standard.err and create a new ParseException
      • ParseException

        ParseException​(java.lang.String message,
                       boolean onlyAWarning)
        Constructor: print the supplied message to Standard.err, if it is not a warning, and create a new ParseException.