Package org.htmlcleaner
Class XPatherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.htmlcleaner.XPatherException
-
- All Implemented Interfaces:
java.io.Serializable
public class XPatherException extends java.lang.Exception
Exception that could occure during XPather evaluation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XPatherException()
XPatherException(java.lang.String message)
XPatherException(java.lang.String message, java.lang.Throwable cause)
XPatherException(java.lang.Throwable cause)
-