Class 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

      Constructors 
      Constructor Description
      ConfigurationException​(java.lang.String s)
      Creates a new exception from a custom message.
      ConfigurationException​(java.lang.String s, java.lang.Throwable t)
      Creates a new exception from a cause and a custom message.
      ConfigurationException​(java.lang.Throwable t)
      Creates a new exception from a cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)
        Creates a new exception from a cause.
        Parameters:
        t - the root cause
      • ConfigurationException

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

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