Searched refs:XMLConfigurationException (Results 1 - 25 of 54) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLComponent.java50 throws XMLConfigurationException;
69 * @throws XMLConfigurationException Thrown for configuration error.
76 throws XMLConfigurationException;
95 * @throws XMLConfigurationException Thrown for configuration error.
102 throws XMLConfigurationException;
H A DXMLConfigurationException.java33 * @version $Id: XMLConfigurationException.java,v 1.7 2010-11-01 04:40:22 joehw Exp $
35 public class XMLConfigurationException class in inherits:XNIException
62 public XMLConfigurationException(Status type, String identifier) { method in class:XMLConfigurationException
76 public XMLConfigurationException(Status type, String identifier, method in class:XMLConfigurationException
99 } // class XMLConfigurationException
H A DXMLComponentManager.java52 * @throws XMLConfigurationException Thrown on configuration error.
55 throws XMLConfigurationException;
71 * @throws XMLConfigurationException Thrown on configuration error.
74 throws XMLConfigurationException;
H A DXMLParserConfiguration.java136 * @throws XMLConfigurationException Thrown if there is a configuration
140 throws XMLConfigurationException;
147 * @throws XMLConfigurationException Thrown if there is a configuration
151 throws XMLConfigurationException;
169 * @throws XMLConfigurationException Thrown if there is a configuration
173 throws XMLConfigurationException;
180 * @throws XMLConfigurationException Thrown if there is a configuration
184 throws XMLConfigurationException;
H A DXMLPullParserConfiguration.java62 * @exception XMLConfigurationException Thrown if there is a
70 throws XMLConfigurationException, IOException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLGrammarLoader.java23 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
56 * @throws XMLConfigurationException Thrown on configuration error.
59 throws XMLConfigurationException;
67 * @throws XMLConfigurationException Thrown when a feature is not
71 boolean state) throws XMLConfigurationException;
85 * @throws XMLConfigurationException Thrown on configuration error.
88 throws XMLConfigurationException;
96 * @throws XMLConfigurationException Thrown when a property is not
100 Object state) throws XMLConfigurationException;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java31 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
137 * @exception com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException If the
141 throws XMLConfigurationException {
146 throw new XMLConfigurationException(checkState.status, featureId);
168 * @exception com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException If the
172 throws XMLConfigurationException {
177 throw new XMLConfigurationException(checkState.status, propertyId);
193 * @throws XMLConfigurationException Thrown for configuration error.
200 throws XMLConfigurationException {
204 throw new XMLConfigurationException(stat
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSchemaValidatorConfiguration.java32 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
106 catch (XMLConfigurationException exc) {}
115 * @throws XMLConfigurationException Thrown for configuration error.
122 throws XMLConfigurationException {
125 throw new XMLConfigurationException(state.status, featureId);
159 * @throws XMLConfigurationException Thrown for configuration error.
166 throws XMLConfigurationException {
169 throw new XMLConfigurationException(state.status, propertyId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaValidatorComponentManager.java49 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
263 * @throws XMLConfigurationException Thrown for configuration error.
270 throws XMLConfigurationException {
295 * @exception XMLConfigurationException If the requested feature is not known.
297 public void setFeature(String featureId, boolean value) throws XMLConfigurationException {
299 throw new XMLConfigurationException(Status.NOT_SUPPORTED, featureId);
302 throw new XMLConfigurationException(Status.NOT_SUPPORTED, featureId);
305 throw new XMLConfigurationException(Status.NOT_SUPPORTED, featureId);
309 throw new XMLConfigurationException(Status.NOT_ALLOWED, XMLConstants.FEATURE_SECURE_PROCESSING);
331 * @throws XMLConfigurationException Throw
[all...]
H A DValidatorImpl.java38 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
163 catch (XMLConfigurationException e) {
181 catch (XMLConfigurationException e) {
213 catch (XMLConfigurationException e) {
231 catch (XMLConfigurationException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParser.java34 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
310 catch (XMLConfigurationException e) {
340 catch (XMLConfigurationException e) {
378 catch (XMLConfigurationException e) {
402 catch (XMLConfigurationException e) {
447 catch (XMLConfigurationException e) {
496 catch (XMLConfigurationException e) {
533 catch (XMLConfigurationException e) {
571 catch (XMLConfigurationException e){
584 catch (XMLConfigurationException
[all...]
H A DNonValidatingConfiguration.java44 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
376 throws XMLConfigurationException {
382 throws XMLConfigurationException {
390 throws XMLConfigurationException {
412 throws XMLConfigurationException {
431 * @exception XMLConfigurationException Thrown if there is a
439 throws XMLConfigurationException, IOException {
645 * @throws XMLConfigurationException Thrown for configuration error.
652 throws XMLConfigurationException {
726 * @throws XMLConfigurationException Throw
[all...]
H A DBasicParserConfiguration.java40 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
438 * @exception com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException If the
442 throws XMLConfigurationException {
462 throws XMLConfigurationException {
517 * @exception com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException If the
521 throws XMLConfigurationException {
558 * @throws XMLConfigurationException Thrown for configuration error.
565 throws XMLConfigurationException {
H A DXIncludeParserConfiguration.java29 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
214 throws XMLConfigurationException {
H A DStandardParserConfiguration.java32 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
284 * @throws XMLConfigurationException Thrown for configuration error.
291 throws XMLConfigurationException {
342 * @throws XMLConfigurationException Thrown for configuration error.
349 throws XMLConfigurationException {
H A DXIncludeAwareParserConfiguration.java33 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
276 throws XMLConfigurationException {
288 throws XMLConfigurationException {
H A DDOMParserImpl.java50 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
254 catch (XMLConfigurationException exc) {}
464 catch (XMLConfigurationException e) {
480 catch (XMLConfigurationException e) {}
498 catch (XMLConfigurationException e) {}
542 catch (XMLConfigurationException e) {}
589 catch (XMLConfigurationException e) {}
611 catch (XMLConfigurationException e) {}
625 catch (XMLConfigurationException e) {}
727 catch (XMLConfigurationException
[all...]
H A DDTDConfiguration.java46 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
416 throws XMLConfigurationException {
424 throws XMLConfigurationException {
455 * @exception XMLConfigurationException Thrown if there is a
463 throws XMLConfigurationException, IOException {
715 * @throws XMLConfigurationException Thrown for configuration error.
722 throws XMLConfigurationException {
797 * @throws XMLConfigurationException Thrown for configuration error.
804 throws XMLConfigurationException {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java83 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
258 throws XMLConfigurationException {
278 throw new XMLConfigurationException(Status.NOT_RECOGNIZED, featureId);
296 * @throws XMLConfigurationException Thrown on configuration error.
299 throws XMLConfigurationException {
321 throw new XMLConfigurationException(Status.NOT_RECOGNIZED, propertyId);
340 throws XMLConfigurationException {
371 throw new XMLConfigurationException(Status.NOT_RECOGNIZED, propertyId);
380 * @throws XMLConfigurationException Thrown on configuration error.
383 throws XMLConfigurationException {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMNodeFactory.java28 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
86 catch (XMLConfigurationException e) {
145 throws XMLConfigurationException {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java73 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
506 throws XMLConfigurationException {
530 throws XMLConfigurationException {
578 throws XMLConfigurationException {
H A DXMLScanner.java42 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
244 throws XMLConfigurationException {
282 throws XMLConfigurationException {
308 throws XMLConfigurationException {
321 throws XMLConfigurationException {
328 throw new XMLConfigurationException(Status.NOT_RECOGNIZED, featureId);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java49 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
400 * @throws XMLConfigurationException Thrown for configuration error.
407 throws XMLConfigurationException {
426 * @exception com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException If the
430 throws XMLConfigurationException {
463 * @throws XMLConfigurationException Thrown for configuration error.
470 throws XMLConfigurationException {
484 throws XMLConfigurationException {
538 * @exception XMLConfigurationException Thrown if there is a
546 throws XMLConfigurationException, IOExceptio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java84 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
230 catch (XMLConfigurationException e) {
237 catch (XMLConfigurationException e) {
245 catch (XMLConfigurationException e) {
260 catch (XMLConfigurationException e) {
298 throws XMLConfigurationException {
330 throws XMLConfigurationException {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java65 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
382 * @throws XMLConfigurationException Thrown on configuration error.
385 throws XMLConfigurationException {
395 * @throws XMLConfigurationException Thrown when a feature is not
399 boolean state) throws XMLConfigurationException {
424 * @throws XMLConfigurationException Thrown on configuration error.
427 throws XMLConfigurationException {
437 * @throws XMLConfigurationException Thrown when a property is not
441 Object state) throws XMLConfigurationException {
796 throw new XMLConfigurationException(
[all...]

Completed in 77 milliseconds

123