Home
last modified time | relevance | path

Searched refs:getTargetException (Results 1 – 12 of 12) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DDOM4JTestDocumentBuilderFactory.java86 throw new DOMTestIncompatibleException(ex.getTargetException(), null); in DOM4JTestDocumentBuilderFactory()
117 ex.getTargetException().printStackTrace(); in load()
118 throw new DOMTestLoadException(ex.getTargetException()); in load()
DBatikTestDocumentBuilderFactory.java99 ex.getTargetException(), in BatikTestDocumentBuilderFactory()
138 throw new DOMTestLoadException(ex.getTargetException()); in load()
DLSDocumentBuilderFactory.java145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting); in setParameter()
289 throw new DOMTestIncompatibleException(ex.getTargetException(), null); in LSDocumentBuilderFactory()
337 throw new DOMTestLoadException(ex.getTargetException()); in load()
DJUnitTestSuiteAdapter.java44 throw ex.getTargetException(); in addTest()
DJTidyDocumentBuilderFactory.java96 throw new DOMTestLoadException(ex.getTargetException()); in load()
DXercesHTML2DocumentBuilderFactory.java79 ex.getTargetException(), in XercesHTML2DocumentBuilderFactory()
DXercesHTMLDocumentBuilderFactory.java79 ex.getTargetException(), in XercesHTMLDocumentBuilderFactory()
DDOMTestCase.java85 ex.getTargetException().printStackTrace(); in doMain()
/libcore/luni/src/main/java/java/lang/reflect/
DInvocationTargetException.java74 public Throwable getTargetException() { in getTargetException() method in InvocationTargetException
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java184 .getTargetException() instanceof NullPointerException); in test_getTargetException()
/libcore/luni/src/main/java/java/io/
DObjectInputStream.java1295 Throwable ex = e.getTargetException(); in readObjectNoData()
1332 Throwable ex = e.getTargetException(); in readObjectForClass()
1852 Throwable target = ite.getTargetException(); in readNewObject()
DObjectOutputStream.java1036 Throwable ex = e.getTargetException(); in writeHierarchy()
1581 Throwable target = ite.getTargetException(); in writeObjectInternal()