• Constructor Detail

      • ParseErrorEvent

        public ParseErrorEvent​(Object theSource)

        Construct a ParseErrorEvent with no other information.

        Parameters:
        theSource - The source of the parse error
      • ParseErrorEvent

        public ParseErrorEvent​(Object theSource,
                               String theMessage)

        Construct a ParseErrorEvent with a message.

        Parameters:
        theSource - The source of the parse error.
        theMessage - The message.