Class XMLUnitRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.custommonkey.xmlunit.exceptions.XMLUnitRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException

public class XMLUnitRuntimeException extends RuntimeException
Base class of any RuntimeException that can be thrown within XMLUnit.
See Also:
  • Constructor Details

    • XMLUnitRuntimeException

      public XMLUnitRuntimeException(String message, Throwable cause)
      Inititializes the exeption.
      Parameters:
      message - the detail message
      cause - the root cause of the exception
    • XMLUnitRuntimeException

      public XMLUnitRuntimeException(String message)
      Inititializes an exeption without cause.
      Parameters:
      message - the detail message
  • Method Details

    • getCause

      public Throwable getCause()
      Root cause of the exception, if any.
      Overrides:
      getCause in class Throwable
      Returns:
      root cause of the exception