|
||||||||||
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
nu.xom.XPathException
nu.xom.XPathTypeException
public class XPathTypeException
Indicates that an XPath query returned a non-node-set.
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
java.lang.Object |
getReturnValue()
This method usually returns the actual object returned by the query. |
Methods inherited from class nu.xom.XPathException |
---|
getCause, getXPath, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getReturnValue()
This method usually returns the actual object returned by the query. However, XOM makes no guarantees about the type of this object.
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |