Home
last modified time | relevance | path

Searched refs:XPathFactoryConfigurationException (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/javax/xml/xpath/
DXPathFactory.java71 catch (XPathFactoryConfigurationException xpathFactoryConfigurationException) { in newInstance()
134 throws XPathFactoryConfigurationException { in newInstance()
150 throw new XPathFactoryConfigurationException( in newInstance()
166 ClassLoader classLoader) throws XPathFactoryConfigurationException { in newInstance()
176 throw new XPathFactoryConfigurationException("factoryClassName cannot be null."); in newInstance()
183 throw new XPathFactoryConfigurationException( in newInstance()
229 throws XPathFactoryConfigurationException; in setFeature()
251 throws XPathFactoryConfigurationException; in getFeature()
DXPathFactoryConfigurationException.java29 public class XPathFactoryConfigurationException extends XPathException { class
45 public XPathFactoryConfigurationException(String message) { in XPathFactoryConfigurationException() method in XPathFactoryConfigurationException
58 public XPathFactoryConfigurationException(Throwable cause) { in XPathFactoryConfigurationException() method in XPathFactoryConfigurationException
/libcore/luni/src/test/java/libcore/javax/xml/xpath/
DXPathFactoryConfigurationExceptionTest.java26 import javax.xml.xpath.XPathFactoryConfigurationException;
32 XPathFactoryConfigurationException e = new XPathFactoryConfigurationException("message"); in constructorWithString()
40 XPathFactoryConfigurationException e = new XPathFactoryConfigurationException(t); in constructorWithThrowable()
DXPathFactoryTest.java28 import javax.xml.xpath.XPathFactoryConfigurationException;
76 } catch (XPathFactoryConfigurationException e) { in newInstanceWithUriAndFactoryAndClassLoader()
102 } catch (XPathFactoryConfigurationException e) { in newInstanceWithUriAndFactoryAndClassLoader()
109 } catch (XPathFactoryConfigurationException e) { in newInstanceWithUriAndFactoryAndClassLoader()
146 } catch (XPathFactoryConfigurationException e) { in newInstanceWithUri()
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXPathExFuncTest.java52 import javax.xml.xpath.XPathFactoryConfigurationException;
113 } catch (XPathFactoryConfigurationException e) { in testExtFunc()
130 } catch (XPathFactoryConfigurationException e) { in testExtFuncNotAllowed()
153 } catch (XPathFactoryConfigurationException e) { in testEnableExtFunc()
180 …void evaluate(boolean enableExt) throws XPathFactoryConfigurationException, XPathExpressionExcepti… in evaluate()
263 } catch (XPathFactoryConfigurationException ex) { in enableExtensionFunction()
/libcore/
Dnon_openjdk_java_files.bp228 "luni/src/main/java/javax/xml/xpath/XPathFactoryConfigurationException.java",
/libcore/api/
Dcurrent.txt20843 …blic abstract boolean getFeature(String) throws javax.xml.xpath.XPathFactoryConfigurationException;
20846 …l.xpath.XPathFactory newInstance(String) throws javax.xml.xpath.XPathFactoryConfigurationException;
20847 …newInstance(String, String, ClassLoader) throws javax.xml.xpath.XPathFactoryConfigurationException;
20849 …bstract void setFeature(String, boolean) throws javax.xml.xpath.XPathFactoryConfigurationException;
20856 public class XPathFactoryConfigurationException extends javax.xml.xpath.XPathException {
20857 ctor public XPathFactoryConfigurationException(String);
20858 ctor public XPathFactoryConfigurationException(Throwable);