Class RegexErrorParser

    • Constructor Detail

      • RegexErrorParser

        public RegexErrorParser()
        Default constructor will initialize the error parser with the name of the class using reflection mechanism.
      • RegexErrorParser

        public RegexErrorParser​(String id,
                                String name)
        Constructor to initialize ID and name of the error parser.
        Parameters:
        id - - ID of the error parser.
        name - - name of the error parser.