Class XpathException

All Implemented Interfaces:
Serializable

public class XpathException extends XMLUnitException
Exception an XpathEngine is allowed to throw.
See Also:
  • Constructor Details

    • XpathException

      public XpathException(Throwable t)
      Inititializes the exception.
      Parameters:
      t - the root cause of the exception
    • XpathException

      public XpathException(String message)
      Inititializes the exception.
      Parameters:
      message - the detail message
    • XpathException

      public XpathException(String message, Throwable t)
      Inititializes the exception.
      Parameters:
      message - the detail message
      t - the root cause of the exception