Class XPatherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.htmlcleaner.XPatherException
All Implemented Interfaces:
Serializable

public class XPatherException extends Exception

Exception that could occure during XPather evaluation.

See Also:
  • Constructor Details

    • XPatherException

      public XPatherException()
    • XPatherException

      public XPatherException(Throwable cause)
    • XPatherException

      public XPatherException(String message)
    • XPatherException

      public XPatherException(String message, Throwable cause)