OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParserConfigurationException
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/javax/xml/parsers/
ParserConfigurationException.java
19
// $Id:
ParserConfigurationException
.java 569981 2007-08-27 03:59:07Z mrglavas $
30
public class
ParserConfigurationException
extends Exception {
33
* Create a new <code>
ParserConfigurationException
</code> with no
37
public
ParserConfigurationException
() {
41
* Create a new <code>
ParserConfigurationException
</code> with
47
public
ParserConfigurationException
(String msg) {
DocumentBuilderFactory.java
90
* @exception
ParserConfigurationException
if a DocumentBuilder
96
throws
ParserConfigurationException
;
304
* An {@link
ParserConfigurationException
} is thrown if this <code>DocumentBuilderFactory</code> or the
329
* @throws
ParserConfigurationException
if this <code>DocumentBuilderFactory</code> or the <code>DocumentBuilder</code>s
334
throws
ParserConfigurationException
;
342
* An {@link
ParserConfigurationException
} is thrown if this <code>DocumentBuilderFactory</code> or the
351
* @throws
ParserConfigurationException
if this <code>DocumentBuilderFactory</code>
355
throws
ParserConfigurationException
;
421
* Such configuration will cause a {@link
ParserConfigurationException
}
SAXParserFactory.java
104
* @exception
ParserConfigurationException
if a parser cannot
110
throws
ParserConfigurationException
, SAXException;
206
* @exception
ParserConfigurationException
if a parser cannot
218
throws
ParserConfigurationException
, SAXNotRecognizedException,
230
* @exception
ParserConfigurationException
if a parser cannot be created which satisfies the requested configuration.
237
throws
ParserConfigurationException
, SAXNotRecognizedException,
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java
18
import javax.xml.parsers.
ParserConfigurationException
;
25
ParserConfigurationException
pce = new
ParserConfigurationException
();
32
ParserConfigurationException
pce =
33
new
ParserConfigurationException
("Oops!");
SAXParserFactoryTest.java
26
import javax.xml.parsers.
ParserConfigurationException
;
164
} catch(
ParserConfigurationException
e) {
172
// We can't verify
ParserConfigurationException
and
185
} catch (
ParserConfigurationException
pce) {
186
fail("
ParserConfigurationException
is thrown");
197
} catch (
ParserConfigurationException
pce) {
198
fail("
ParserConfigurationException
is thrown");
209
} catch (
ParserConfigurationException
pce) {
210
fail("
ParserConfigurationException
is thrown");
222
} catch (
ParserConfigurationException
pce)
[
all
...]
DocumentBuilderFactoryTest.java
36
import javax.xml.parsers.
ParserConfigurationException
;
129
// } catch (
ParserConfigurationException
e) {
130
// fail("Unexpected
ParserConfigurationException
" + e.getMessage());
138
// } catch (
ParserConfigurationException
e) {
139
// fail("Unexpected
ParserConfigurationException
" + e.getMessage());
149
// } catch (
ParserConfigurationException
e) {
150
// fail("Unexpected
ParserConfigurationException
" + e.getMessage());
157
// fail("
ParserConfigurationException
expected");
159
// } catch (
ParserConfigurationException
e) {
321
} catch(
ParserConfigurationException
e)
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java
21
import javax.xml.parsers.
ParserConfigurationException
;
43
public boolean getFeature(String name) throws
ParserConfigurationException
{
53
throw new
ParserConfigurationException
(name);
59
throws
ParserConfigurationException
{
61
throw new
ParserConfigurationException
(
91
throws
ParserConfigurationException
{
101
throw new
ParserConfigurationException
(name);
SAXParserFactoryImpl.java
21
import javax.xml.parsers.
ParserConfigurationException
;
73
public SAXParser newSAXParser() throws
ParserConfigurationException
{
75
throw new
ParserConfigurationException
(
82
throw new
ParserConfigurationException
(ex.toString());
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAXFactoryImpl.java
64
throws
ParserConfigurationException
69
// Translate to
ParserConfigurationException
70
throw new
ParserConfigurationException
(se.getMessage());
80
throws
ParserConfigurationException
, SAXNotRecognizedException,
99
throws
ParserConfigurationException
, SAXNotRecognizedException,
/external/apache-xml/src/main/java/org/apache/xml/utils/
XMLReaderManager.java
26
import javax.xml.parsers.
ParserConfigurationException
;
116
} catch (
ParserConfigurationException
pce) {
127
} catch (
ParserConfigurationException
ex) {
DOM2Helper.java
27
import javax.xml.parsers.
ParserConfigurationException
;
179
catch (
ParserConfigurationException
pce)
/libcore/luni/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java
5
import javax.xml.parsers.
ParserConfigurationException
;
37
} catch (
ParserConfigurationException
e) {
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
Api.java
29
import javax.xml.parsers.
ParserConfigurationException
;
55
} catch (
ParserConfigurationException
e) {
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
XMLImporter.java
45
import javax.xml.parsers.
ParserConfigurationException
;
101
} catch (
ParserConfigurationException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java
36
import javax.xml.parsers.
ParserConfigurationException
;
55
* @throws
ParserConfigurationException
64
StreamException,
ParserConfigurationException
{
103
} catch (
ParserConfigurationException
e) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
ElementParser.java
17
import javax.xml.parsers.
ParserConfigurationException
;
44
} catch (
ParserConfigurationException
e) {
/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
UiHierarchyXmlLoader.java
30
import javax.xml.parsers.
ParserConfigurationException
;
55
} catch (
ParserConfigurationException
e) {
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/makedict/
DictionaryMaker.java
29
import javax.xml.parsers.
ParserConfigurationException
;
196
throws FileNotFoundException,
ParserConfigurationException
, SAXException, IOException,
210
throws IOException, UnsupportedFormatException,
ParserConfigurationException
,
246
* @throws
ParserConfigurationException
if the system can't create a SAX parser
250
throws FileNotFoundException, SAXException, IOException,
ParserConfigurationException
{
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java
22
import javax.xml.parsers.
ParserConfigurationException
;
72
} catch (
ParserConfigurationException
e) {
/libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java
18
import javax.xml.parsers.
ParserConfigurationException
;
63
catch (
ParserConfigurationException
ex) {
/packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
StringResourceMap.java
31
import javax.xml.parsers.
ParserConfigurationException
;
50
} catch (
ParserConfigurationException
e) {
/sdk/apigenerator/src/com/android/apigenerator/
EnumParser.java
28
import javax.xml.parsers.
ParserConfigurationException
;
136
} catch (
ParserConfigurationException
e) {
Main.java
34
import javax.xml.parsers.
ParserConfigurationException
;
132
} catch (
ParserConfigurationException
e) {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java
32
import javax.xml.parsers.
ParserConfigurationException
;
190
} catch (
ParserConfigurationException
e) {
Completed in 2201 milliseconds
1
2
3
4