Home
last modified time | relevance | path

Searched defs:parseException (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DParseExceptionTest.java59 ParseException parseException = (ParseException) object; in test_serialize() local
/libcore/dom/src/test/java/org/w3c/domts/
DJAXPDOMTestDocumentBuilderFactory.java87 private SAXException parseException; field in JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler
120 Exception parseException = null; in load() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderFactoryTest.java386 Exception parseException = null; in test_setCoalescingZ() local
449 Exception parseException = null; in test_setExpandEntityReferencesZ() local
974 private SAXException parseException; field in DocumentBuilderFactoryTest.ValidationErrorHandler
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDOMTestCase.java23 Exception parseException = null; in load() local
194 private SAXException parseException; field in DOMTestCase.LoadErrorHandler