Searched refs:XPathException (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathResult.java153 * @exception XPathException
158 throws XPathException;
162 * @exception XPathException
167 throws XPathException;
171 * @exception XPathException
176 throws XPathException;
180 * @exception XPathException
186 throws XPathException;
200 * @exception XPathException
206 throws XPathException;
[all...]
H A DXPathException.java49 public class XPathException extends RuntimeException { class in inherits:RuntimeException
50 public XPathException(short code, String message) { method in class:XPathException
H A DXPathEvaluator.java80 * @exception XPathException
90 throws XPathException, DOMException;
140 * @exception XPathException
160 throws XPathException, DOMException;
H A DXPathExpression.java79 * @exception XPathException
93 throws XPathException, DOMException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java31 public class XPathException class in inherits:Exception
46 public XPathException() { method in class:XPathException
52 public XPathException(String key) { method in class:XPathException
61 } // class XPathException
H A DXPath.java71 throws XPathException {
122 * If <tt>b</tt> is false, this method throws XPathException
125 private static void check( boolean b ) throws XPathException {
126 if(!b) throw new XPathException("c-general-xpath");
134 private LocationPath buildLocationPath( Vector stepsVector ) throws XPathException {
149 throws XPathException {
157 throws XPathException {
174 throw new XPathException("c-general-xpath");
183 throw new XPathException("c-general-xpath");
266 throw new XPathException("
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java40 import org.w3c.dom.xpath.XPathException;
109 throw new XPathException(XPathException.TYPE_ERR,fmsg); // Invalid XPath type argument: {0}
115 throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,fmsg); // Empty XPath result object
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}."},
180 * @exception XPathException
[all...]
H A DXPathExpressionImpl.java37 import org.w3c.dom.xpath.XPathException;
111 * @exception XPathException
128 throws XPathException, DOMException {
159 throw new XPathException(XPathException.TYPE_ERR,fmsg); // Invalid XPath type argument: {0}
175 throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,te.getMessageAndLocation());
H A DXPathEvaluatorImpl.java36 import org.w3c.dom.xpath.XPathException;
152 * @exception XPathException
165 throws XPathException, DOMException {
182 throw new XPathException(XPathException.INVALID_EXPRESSION_ERR,e.getMessageAndLocation());
244 * @exception XPathException
266 throws XPathException, DOMException {
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathExpressionException.java35 public class XPathExpressionException extends XPathException {
H A DXPathFactoryConfigurationException.java35 public class XPathFactoryConfigurationException extends XPathException {
H A DXPathException.java31 * <code>XPathException</code> represents a generic XPath exception.</p>
37 public class XPathException extends Exception { class in inherits:Exception
47 * <p>Constructs a new <code>XPathException</code>
60 public XPathException(String message) { method in class:XPathException
69 * <p>Constructs a new <code>XPathException</code>
79 public XPathException(Throwable cause) { method in class:XPathException
88 * <p>Get the cause of this XPathException.</p>
90 * @return Cause of this XPathException.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathProcessorException.java26 * Derived from XPathException in order that XPath processor
30 public class XPathProcessorException extends XPathException
H A DXPathException.java21 * $Id: XPathException.java,v 1.3 2005/09/28 13:49:30 pvedula Exp $
38 public class XPathException extends TransformerException class in inherits:TransformerException
70 * Create an XPathException object that holds
74 public XPathException(String message, ExpressionNode ex) method in class:XPathException
82 * Create an XPathException object that holds
86 public XPathException(String message) method in class:XPathException
125 * Create an XPathException object that holds
131 public XPathException(String message, Object styleNode) method in class:XPathException
140 * Create an XPathException object that holds
148 public XPathException(Strin method in class:XPathException
164 public XPathException(String message, Exception e) method in class:XPathException
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DSelector.java23 import com.sun.org.apache.xerces.internal.impl.xpath.XPathException;
120 NamespaceContext context) throws XPathException {
127 throw new XPathException("c-selector-xpath");
H A DField.java23 import com.sun.org.apache.xerces.internal.impl.xpath.XPathException;
113 NamespaceContext context) throws XPathException {
131 throw new XPathException("c-fields-xpaths");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractIDConstraintTraverser.java23 import com.sun.org.apache.xerces.internal.impl.xpath.XPathException;
124 catch (XPathException e) {
181 catch (XPathException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java35 import com.sun.org.apache.xpath.internal.XPathException;
711 throw new XPathException(fmsg, this);

Completed in 96 milliseconds