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

/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactoryConfigurationException.java29 * <code>XPathFactoryConfigurationException</code> represents a configuration error in a <code>XPathFactory</code> environment.</p>
35 public class XPathFactoryConfigurationException extends XPathException { class in inherits:XPathException
43 * <p>Constructs a new <code>XPathFactoryConfigurationException</code> with the specified detail <code>message</code>.</p>
55 public XPathFactoryConfigurationException(String message) { method in class:XPathFactoryConfigurationException
60 * <p>Constructs a new <code>XPathFactoryConfigurationException</code>
70 public XPathFactoryConfigurationException(Throwable cause) { method in class:XPathFactoryConfigurationException
H A DXPathFactory.java97 } catch (XPathFactoryConfigurationException xpathFactoryConfigurationException) {
101 + " with the XPathFactoryConfigurationException: "
138 * <p>If everything fails, an <code>XPathFactoryConfigurationException</code> will be thrown.</p>
155 * @throws XPathFactoryConfigurationException If the specified object model is unavailable.
161 throws XPathFactoryConfigurationException {
185 throw new XPathFactoryConfigurationException(
225 * @throws XPathFactoryConfigurationException
241 throws XPathFactoryConfigurationException{
263 throw new XPathFactoryConfigurationException(
272 throw new XPathFactoryConfigurationException("Factor
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathFactoryImpl.java30 import javax.xml.xpath.XPathFactoryConfigurationException;
144 * An {@link XPathFactoryConfigurationException} is thrown if this
157 * @throws XPathFactoryConfigurationException if this
164 throws XPathFactoryConfigurationException {
180 throw new XPathFactoryConfigurationException( fmsg );
199 throw new XPathFactoryConfigurationException( fmsg );
208 * An {@link XPathFactoryConfigurationException} is thrown if this
219 * @throws XPathFactoryConfigurationException if this
226 throws XPathFactoryConfigurationException {
248 throw new XPathFactoryConfigurationException( fms
[all...]

Completed in 48 milliseconds