Class ExtractorSyntaxException

    • Constructor Detail

      • ExtractorSyntaxException

        public ExtractorSyntaxException()
        Creates a new instance with a generic error message.
      • ExtractorSyntaxException

        public ExtractorSyntaxException​(String msg)
        Creates a new instance with the specified error message.
        Parameters:
        msg - A message describing the error;
      • ExtractorSyntaxException

        public ExtractorSyntaxException​(String msg,
                                        Object... args)
        Creates a new instance with a constructed error message.
        Parameters:
        msg - The format string used to construct the error message.
        args - The arguments to use in the format string.