Class RegExComparator.RegExParsingException

    • Constructor Detail

      • RegExParsingException

        public RegExParsingException​(String message)
        Constructs a RegExComparator$RegExParsingException object.
        Parameters:
        message - an error message
      • RegExParsingException

        public RegExParsingException​(String message,
                                     Exception innerException)
        Constructs a RegExComparator$RegExParsingException object.
        Parameters:
        message - an error message
        innerException - a parsing exception.