nu.xom
Class XPathTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nu.xom.XPathException
nu.xom.XPathTypeException
- All Implemented Interfaces:
- Serializable
public class XPathTypeException
- extends XPathException
Indicates that an XPath query returned a non-node-set.
- Version:
- 1.1b4
- Author:
- Elliotte Rusty Harold
- See Also:
- Serialized Form
Method Summary |
Object |
getReturnValue()
This method probably returns the actual object returned by the
query. |
getReturnValue
public Object getReturnValue()
This method probably returns the actual object returned by the
query. However, XOM makes no guarantees about the type of this
object.
- Returns:
- the query result
Copyright 2002-2009 Elliotte Rusty Harold
elharo@metalab.unc.edu