Package nu.xom
Class XPathTypeException
- Object
-
- Throwable
-
- Exception
-
- 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.2.4
- Author:
- Elliotte Rusty Harold
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Object
getReturnValue()
This method usually returns the actual object returned by the query.-
Methods inherited from class nu.xom.XPathException
getCause, getXPath, initCause
-
-