nu.xom
public class XPathTypeException extends XPathException
Indicates that an XPath query returned a non-node-set.
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Object |
getReturnValue()
This method usually returns the actual object returned by the
query.
|
getCause, getXPath, initCause
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 String getMessage()
getMessage
in class Throwable
Copyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>