Searched refs:getTargetException (Results 1 – 18 of 18) sorted by relevance
86 throw new DOMTestIncompatibleException(ex.getTargetException(), null); in DOM4JTestDocumentBuilderFactory()117 ex.getTargetException().printStackTrace(); in load()118 throw new DOMTestLoadException(ex.getTargetException()); in load()
99 ex.getTargetException(), in BatikTestDocumentBuilderFactory()138 throw new DOMTestLoadException(ex.getTargetException()); in load()
145 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()
44 throw ex.getTargetException(); in addTest()
96 throw new DOMTestLoadException(ex.getTargetException()); in load()
79 ex.getTargetException(), in XercesHTMLDocumentBuilderFactory()
79 ex.getTargetException(), in XercesHTML2DocumentBuilderFactory()
85 ex.getTargetException().printStackTrace(); in doMain()
98 public Throwable getTargetException() { in getTargetException() method in InvocationTargetException
120 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeSet()138 Throwable t = ((InvocationTargetException)e).getTargetException(); in invokeGet()
249 + e.getTargetException()); in getInst()
130 e.getTargetException().printStackTrace(this.log); in run()
184 .getTargetException() instanceof NullPointerException); in test_getTargetException()
130 throw new CRLException(invk.getTargetException().getMessage()); in parseExtension()
118 Throwable e = invk.getTargetException(); in parseExtension()
1081 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()
233 throw e.getTargetException(); in getPrimitiveType()
5080 method public Throwable getTargetException();