Name

XPathFunctionException

Synopsis

Exceptions of this type may be thrown by user-defined XPathFunction implementations. Note that this is a subclass of XPathExpressionException.

javax.xml.xpath.XPathFunctionException

Figure 20-22. javax.xml.xpath.XPathFunctionException

public class XPathFunctionException extends XPathExpressionException {
// Public Constructors
     public XPathFunctionException(Throwable cause);  
     public XPathFunctionException(String message);  
}

Thrown By

XPathFunction.evaluate( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.