Class ParseException

    • Constructor Detail

      • ParseException

        public ParseException​(String message,
                              Throwable cause)
        Constructs a parse exception with an object containing the failures and the root cause of the error.
        Parameters:
        message - a descriptive error messages.
        cause - The root cause of the parse error.
      • ParseException

        public ParseException​(String message)
        Constructs a parse exception with a single message indicating the cause of the parse error.
        Parameters:
        message - The message describing the nature of the parse error.