Package org.xmlunit

Class XMLUnitException

    • Constructor Detail

      • XMLUnitException

        public XMLUnitException​(String message,
                                Throwable cause)
        Initializes the exception.
        Parameters:
        message - the detail message
        cause - the root cause of the exception
      • XMLUnitException

        public XMLUnitException​(String message)
        Initializes an exception without cause.
        Parameters:
        message - the detail message
      • XMLUnitException

        public XMLUnitException​(Throwable cause)
        Initializes an exception using the wrapped exception's message.
        Parameters:
        cause - the root cause of the exception