Package org.apache.abdera.xpath
Class XPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.abdera.xpath.XPathException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="2021-07-29") public class XPathException extends java.lang.RuntimeException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathException()
Deprecated.XPathException(java.lang.String message)
Deprecated.XPathException(java.lang.String message, java.lang.Throwable cause)
Deprecated.XPathException(java.lang.Throwable cause)
Deprecated.
-
-
-
Constructor Detail
-
XPathException
public XPathException()
Deprecated.
-
XPathException
public XPathException(java.lang.String message, java.lang.Throwable cause)
Deprecated.
-
XPathException
public XPathException(java.lang.String message)
Deprecated.
-
XPathException
public XPathException(java.lang.Throwable cause)
Deprecated.
-
-