nu.xom
public class XPathTypeException extends XPathException
Indicates that an XPath query returned a non-node-set.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.Object |
getReturnValue()
This method usually returns the actual object returned by the
query.
|
getCause, getXPath, initCause
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
Copyright 2002-2013 Elliotte Rusty Harold
elharo@ibiblio.org