Class XPathProviderException

All Implemented Interfaces:
Serializable

public class XPathProviderException extends ProviderException
Thrown to indicate a problem with XML file querying.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • XPathProviderException

      public XPathProviderException()
    • XPathProviderException

      public XPathProviderException(String message)
    • XPathProviderException

      public XPathProviderException(String message, Throwable cause)
    • XPathProviderException

      public XPathProviderException(Throwable cause)
  • Method Details