Searched refs:parseException (Results 1 – 4 of 4) sorted by relevance
87 private SAXException parseException; field in JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler91 parseException = null; in LoadErrorHandler()98 if (parseException == null) { in error()99 parseException = ex; in error()108 if (parseException == null) { in fatalError()109 parseException = ex; in fatalError()114 return parseException; in getFirstException()120 Exception parseException = null; in load() local127 parseException = errorHandler.getFirstException(); in load()130 parseException = ex; in load()[all …]
23 Exception parseException = null; in load() local28 parseException = errorHandler.getFirstException(); in load()30 parseException = ex; in load()33 if (parseException != null) { in load()35 … throw new RuntimeException("Unexpected exception " + parseException.getMessage(), parseException); in load()194 private SAXException parseException; field in DOMTestCase.LoadErrorHandler201 parseException = null; in LoadErrorHandler()208 if (parseException == null) { in error()209 parseException = ex; in error()218 if (parseException == null) { in fatalError()[all …]
386 Exception parseException = null; in test_setCoalescingZ() local397 parseException = errorHandler.getFirstException(); in test_setCoalescingZ()403 parseException = ex; in test_setCoalescingZ()407 if (parseException != null) { in test_setCoalescingZ()408 fail("Unexpected exception " + parseException.getMessage()); in test_setCoalescingZ()425 parseException = errorHandler.getFirstException(); in test_setCoalescingZ()433 parseException = ex; in test_setCoalescingZ()437 if (parseException != null) { in test_setCoalescingZ()438 fail("Unexpected exception " + parseException.getMessage()); in test_setCoalescingZ()449 Exception parseException = null; in test_setExpandEntityReferencesZ() local[all …]
59 ParseException parseException = (ParseException) object; in test_serialize() local60 assertEquals("fred", parseException.getMessage()); in test_serialize()61 assertEquals(4, parseException.getErrorOffset()); in test_serialize()