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

/libcore/dom/src/test/java/org/w3c/domts/
H A DJAXPDOMTestDocumentBuilderFactory.java113 public SAXException getFirstException() { method in class:JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler
127 parseException = errorHandler.getFirstException();
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
H A DDocumentBuilderFactoryTest.java387 parseException = errorHandler.getFirstException();
415 parseException = errorHandler.getFirstException();
450 parseException = errorHandler.getFirstException();
473 parseException = errorHandler.getFirstException();
725 // parseException = errorHandler.getFirstException();
732 // parseException = errorHandler.getFirstException();
753 // parseException = errorHandler.getFirstException();
777 // parseException = errorHandler.getFirstException();
798 // parseException = errorHandler.getFirstException();
946 public SAXException getFirstException() { method in class:DocumentBuilderFactoryTest.ValidationErrorHandler
[all...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java28 parseException = errorHandler.getFirstException();
223 public SAXException getFirstException() { method in class:DOMTestCase.LoadErrorHandler

Completed in 3130 milliseconds