|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.caucho.xpath.XPathException
public class XPathException
Exception thrown while evaluating an xpath expression.
Constructor Summary | |
---|---|
XPathException()
zero-arg constructor. |
|
XPathException(java.lang.String msg)
Creates an exception with a message. |
|
XPathException(java.lang.String msg,
java.lang.Throwable e)
Creates an exception with a message and wrapped exception. |
|
XPathException(java.lang.Throwable e)
Creates an exception with a wrapped exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause. |
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 |
---|
public XPathException()
public XPathException(java.lang.String msg)
public XPathException(java.lang.String msg, java.lang.Throwable e)
public XPathException(java.lang.Throwable e)
Method Detail |
---|
public java.lang.Throwable getRootCause()
getRootCause
in interface ExceptionWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |