Class ParsingConfException

    • Constructor Detail

      • ParsingConfException

        public ParsingConfException​(String message)
        Creates a new ParsingConfException instance.
        Parameters:
        message - the error message.
      • ParsingConfException

        public ParsingConfException​(String message,
                                    Throwable cause)
        Creates a new ParsingConfException instance.
        Parameters:
        message - the error message.