|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.jxpath.JXPathException
org.apache.commons.jxpath.JXPathNotFoundException
public class JXPathNotFoundException
Thrown when JXPath cannot find a requested path.
Constructor Summary | |
---|---|
JXPathNotFoundException(java.lang.String message)
Create a new JXPathNotFoundException. |
Method Summary |
---|
Methods inherited from class org.apache.commons.jxpath.JXPathException |
---|
getCause, getException, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, 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 JXPathNotFoundException(java.lang.String message)
message
- exception detail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |