Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends XMLUnitRuntimeException
Exception thrown when an XML parser-, transformer- or XPath-factory throws a configuration exception.
See Also:
  • Constructor Details

    • ConfigurationException

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

      public ConfigurationException(String s)
      Creates a new exception from a custom message.
      Parameters:
      s - a custom message
    • ConfigurationException

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