Package org.xmlunit

Class XMLUnitException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException

public class XMLUnitException extends RuntimeException
Base class of any Exception thrown within XMLUnit.
See Also:
  • Constructor Details

    • 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