Searched refs:TYPE_ERR (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathException.java66 public static final short TYPE_ERR = 2; field in class:XPathException
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java109 throw new XPathException(XPathException.TYPE_ERR,fmsg); // Invalid XPath type argument: {0}
148 throw new XPathException(XPathException.TYPE_ERR, fmsg); // "The XPathResult of XPath expression {0} has an XPathResultType of {1} which cannot be coerced into the specified XPathResultType of {2}."},
166 throw new XPathException(XPathException.TYPE_ERR, fmsg); // "The XPathResult of XPath expression {0} has an XPathResultType of {1} which cannot be coerced into the specified XPathResultType of {2}."},
181 * TYPE_ERR: raised if <code>resultType</code> is not
188 throw new XPathException(XPathException.TYPE_ERR,fmsg);
195 throw new XPathException(XPathException.TYPE_ERR,e.getMessage());
203 * TYPE_ERR: raised if <code>resultType</code> is not
211 throw new XPathException(XPathException.TYPE_ERR,fmsg);
218 throw new XPathException(XPathException.TYPE_ERR,e.getMessage());
229 throw new XPathException(XPathException.TYPE_ERR,fms
[all...]
H A DXPathExpressionImpl.java112 * TYPE_ERR: Raised if the result cannot be converted to return the
159 throw new XPathException(XPathException.TYPE_ERR,fmsg); // Invalid XPath type argument: {0}

Completed in 50 milliseconds