org.htmlcleaner
Class XPatherException

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

public class XPatherException
extends Exception

Exception that could occure during XPather evaluation.

See Also:
Serialized Form

Constructor Summary
XPatherException()
           
XPatherException(String message)
           
XPatherException(String message, Throwable cause)
           
XPatherException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPatherException

public XPatherException()

XPatherException

public XPatherException(Throwable cause)

XPatherException

public XPatherException(String message)

XPatherException

public XPatherException(String message,
                        Throwable cause)


Copyright © 2006-2014. All Rights Reserved.