| Exception Thrown By: | Cause | ||
| Framework | Class | Method | |
| Apache Xerces | SchemaFactory | public Schema newSchema(Source schema) | If a SAX error occurs during parsing. |
| Apache Xerces | SchemaFactory | public Schema newSchema(java.io.File schema) | If a SAX error occurs during parsing. |
| Apache Xerces | SchemaFactory | public Schema newSchema(java.net.URL schema) | If a SAX error occurs during parsing. |
| Apache Xerces | SchemaFactory | public abstract Schema newSchema(Source[] schemas) | If an error is found during processing the specified inputs. |
| Apache Xerces | SAXParser | public abstract Parser getParser() | If any SAX errors occur during processing. |
| Apache Xerces | SAXParser | public abstract XMLReader getXMLReader() | If any SAX errors occur during processing. |
| Apache Xerces | XMLReaderAdapter | public void setLocale(java.util.Locale locale) | Thrown unless overridden. |
| Apache Xerces | XMLReaderAdapter | public void startDocument() | The client may raise a processing error. |
| Apache Xerces | XMLReaderAdapter | public void endDocument() | The client may raise a processing eroor. |
| Apache Xerces | XMLReaderAdapter | public void skippedEntity(java.lang.String name) | Throwable by subclasses |
| Apache Xerces | XMLReaderFactory | public static XMLReader createXMLReader(java.lang.String className) | If the class cannot be loaded |
| Apache Xerces | ParserAdapter | public void startDocument() | The client may raise a processing error |
| Apache Xerces | ParserAdapter | public void endDocument() | The client may raise aprocessing error. |
| Apache Xerces | ParserAdapter | public void endElement(java.lang.String qName) | The client may raise a processing error. |