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
public class XPathException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPathException()XPathException(java.lang.String message)XPathException(java.lang.String message, java.lang.Throwable cause)XPathException(java.lang.Throwable cause)
-