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

/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/xml/
H A DStaxParser.java59 abstract protected void read() throws XMLStreamException, EndDocumentException;
86 * @throws xml.StaxParser.EndDocumentException if the end of the document is here
88 protected int next() throws XMLStreamException, EndDocumentException {
92 throw new EndDocumentException();
105 protected void skipTo(String name) throws XMLStreamException, EndDocumentException {
140 * @throws xml.StaxParser.EndDocumentException if end of document reached first
142 protected void skipPast(String name) throws XMLStreamException, EndDocumentException {
152 * @throws xml.StaxParser.EndDocumentException
154 protected void nextStart() throws XMLStreamException, EndDocumentException {
186 private void skipTree(String name) throws XMLStreamException, EndDocumentException {
200 protected static class EndDocumentException extends Exception { class in class:StaxParser
201 EndDocumentException() { method in class:StaxParser.EndDocumentException
[all...]
H A DProbeProviderStaxParser.java95 protected void read() throws XMLStreamException, EndDocumentException{
136 catch (EndDocumentException ex) {
177 catch (EndDocumentException ex) {
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/xml/
H A DMiniXmlParser.java88 throw new EndDocumentException(); // handled just below...
92 catch (EndDocumentException e) {
224 private void read() throws XMLStreamException, EndDocumentException, FileNotFoundException {
232 catch (EndDocumentException ex) {
282 private void getConfigRefName() throws XMLStreamException, EndDocumentException {
325 private void getConfig() throws XMLStreamException, EndDocumentException {
358 private void parseConfig() throws XMLStreamException, EndDocumentException {
416 throws XMLStreamException, EndDocumentException {
440 private void parseSysPropsFromServer() throws XMLStreamException, EndDocumentException {
473 private void parseJavaConfig() throws XMLStreamException, EndDocumentException {
973 private static class EndDocumentException extends Exception { class in class:MiniXmlParser
974 EndDocumentException() { method in class:MiniXmlParser.EndDocumentException
[all...]

Completed in 11 milliseconds