org.custommonkey.xmlunit.exceptions
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
                  extended by org.custommonkey.xmlunit.exceptions.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends XMLUnitRuntimeException

Exception thrown when an XML parser-, transformer- or XPath-factory throws a configuration exception.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String s)
           
ConfigurationException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.Throwable t)

ConfigurationException

public ConfigurationException(java.lang.String s)

XMLUnit is hosted by sourceforge.net