Package org.xmlunit

Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends XMLUnitException
Exception thrown when anything inside JAXP throws a *ConfigurationException.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(Throwable cause)
      Creates a new exception from a cause.
      Parameters:
      cause - the root cause
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Creates a new exception from a cause and a custom message.
      Parameters:
      message - a custom message
      cause - the root cause
      Since:
      XMLUnit 2.6.0