Home
last modified time | relevance | path

Searched refs:getTargetException (Results 1 – 18 of 18) 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()
DXercesHTMLDocumentBuilderFactory.java79 ex.getTargetException(), in XercesHTMLDocumentBuilderFactory()
DXercesHTML2DocumentBuilderFactory.java79 ex.getTargetException(), in XercesHTML2DocumentBuilderFactory()
DDOMTestCase.java85 ex.getTargetException().printStackTrace(); in doMain()
/libcore/ojluni/src/main/java/java/lang/reflect/
DInvocationTargetException.java98 public Throwable getTargetException() { in getTargetException() method in InvocationTargetException
/libcore/ojluni/src/main/java/jdk/net/
DSockets.java120 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeSet()
138 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeGet()
/libcore/ojluni/src/main/java/javax/security/cert/
DX509Certificate.java249 + e.getTargetException()); in getInst()
/libcore/ojluni/src/test/java/text/testlib/
DIntlTest.java130 e.getTargetException().printStackTrace(this.log); in run()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java184 .getTargetException() instanceof NullPointerException); in test_getTargetException()
/libcore/ojluni/src/main/java/sun/security/x509/
DCRLExtensions.java130 throw new CRLException(invk.getTargetException().getMessage()); in parseExtension()
DCertificateExtensions.java118 Throwable e = invk.getTargetException(); in parseExtension()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1081 Throwable th = ex.getTargetException(); in invokeWriteObject()
1111 Throwable th = ex.getTargetException(); in invokeReadObject()
1142 Throwable th = ex.getTargetException(); in invokeReadObjectNoData()
1171 Throwable th = ex.getTargetException(); in invokeWriteReplace()
1201 Throwable th = ex.getTargetException(); in invokeReadResolve()
/libcore/luni/src/test/java/libcore/java/lang/
DClassTest.java233 throw e.getTargetException(); in getPrimitiveType()
/libcore/api/
Dcurrent.txt5080 method public Throwable getTargetException();