Class XMLUnitException

    • Constructor Detail

      • XMLUnitException

        protected XMLUnitException​(String message,
                                   Throwable cause)
        Inititializes the exeption.
        Parameters:
        message - the detail message
        cause - the root cause of the exception
    • Method Detail

      • getCause

        public Throwable getCause()
        Root cause of the exception, if any.
        Overrides:
        getCause in class Throwable
        Returns:
        root cause of the exception