Home
last modified time | relevance | path

Searched refs:InvocationTargetException (Results 1 – 25 of 28) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java25 import java.lang.reflect.InvocationTargetException;
112 class SubInvocationTargetException extends InvocationTargetException {}
118 Constructor<InvocationTargetException> ctor = InvocationTargetException.class in test_Constructor()
138 } catch (InvocationTargetException e) { in test_ConstructorLjava_lang_Throwable()
160 } catch (InvocationTargetException e) { in test_ConstructorLjava_lang_ThrowableLjava_lang_String()
181 } catch (InvocationTargetException e) { in test_getTargetException()
202 } catch (InvocationTargetException e) { in test_getCause()
225 InvocationTargetException ite = new InvocationTargetException(null); in test_printStackTrace()
247 InvocationTargetException ite = new InvocationTargetException( in test_printStackTraceLjava_io_PrintStream()
248 new InvocationTargetException(null)); in test_printStackTraceLjava_io_PrintStream()
[all …]
DMethodTest.java25 import java.lang.reflect.InvocationTargetException;
700 } catch (InvocationTargetException e) { in test_invokeLjava_lang_Object$Ljava_lang_Object()
/libcore/luni/src/main/java/java/lang/reflect/
DInvocationTargetException.java27 public class InvocationTargetException extends ReflectiveOperationException { class
37 protected InvocationTargetException() { in InvocationTargetException() method in InvocationTargetException
49 public InvocationTargetException(Throwable exception) { in InvocationTargetException() method in InvocationTargetException
64 public InvocationTargetException(Throwable exception, String detailMessage) { in InvocationTargetException() method in InvocationTargetException
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNewInstance.java10 import java.lang.reflect.InvocationTargetException;
74 } catch (InvocationTargetException e) { in getClassLoader()
/libcore/dom/src/test/java/org/w3c/domts/
DJUnitTestSuiteAdapter.java16 import java.lang.reflect.InvocationTargetException;
43 } catch(InvocationTargetException ex) { in addTest()
DDOM4JTestDocumentBuilderFactory.java26 import java.lang.reflect.InvocationTargetException;
85 catch (InvocationTargetException ex) { in DOM4JTestDocumentBuilderFactory()
116 catch (InvocationTargetException ex) { in load()
DBatikTestDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
97 } catch (InvocationTargetException ex) { in BatikTestDocumentBuilderFactory()
136 } catch (InvocationTargetException ex) { in load()
DJTidyDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
95 catch (InvocationTargetException ex) { in load()
DLSDocumentBuilderFactory.java15 import java.lang.reflect.InvocationTargetException;
144 catch (InvocationTargetException ex) { in setParameter()
288 catch (InvocationTargetException ex) { in LSDocumentBuilderFactory()
336 catch (InvocationTargetException ex) { in load()
DXercesHTML2DocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
77 catch (InvocationTargetException ex) { in XercesHTML2DocumentBuilderFactory()
DXercesHTMLDocumentBuilderFactory.java16 import java.lang.reflect.InvocationTargetException;
77 catch (InvocationTargetException ex) { in XercesHTMLDocumentBuilderFactory()
DDOMTestCase.java15 import java.lang.reflect.InvocationTargetException;
84 catch (InvocationTargetException ex) { in doMain()
DJUnitTestCaseAdapter.java17 import java.lang.reflect.InvocationTargetException;
136 } catch (InvocationTargetException e) { in setName()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DAnnotationsTest.java28 import java.lang.reflect.InvocationTargetException;
189 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testConstructorGetExceptions()
195 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testClassMethodGetExceptions()
209 IOException.class, InvocationTargetException.class, IllegalStateException.class); in testProxyMethodGetExceptions()
347 public HasThrows() throws IOException, InvocationTargetException, IllegalStateException {} in HasThrows()
349 public void foo() throws IOException, InvocationTargetException, IllegalStateException {} in foo()
354 void foo() throws IOException, InvocationTargetException, IllegalStateException; in foo()
/libcore/libart/src/main/java/java/lang/
DEnum.java20 import java.lang.reflect.InvocationTargetException;
48 } catch (InvocationTargetException impossible) {
/libcore/support/src/test/java/tests/io/
DMockOs.java22 import java.lang.reflect.InvocationTargetException;
49 } catch (InvocationTargetException e) {
/libcore/libart/src/main/java/java/lang/reflect/
DConstructor.java287 IllegalAccessException, IllegalArgumentException, InvocationTargetException { in newInstance()
293 IllegalAccessException, IllegalArgumentException, InvocationTargetException; in newInstance()
DMethod.java371 throws IllegalAccessException, IllegalArgumentException, InvocationTargetException { in invoke()
376 throws IllegalAccessException, IllegalArgumentException, InvocationTargetException; in invoke()
DProxy.java241 } catch (InvocationTargetException e) { in newProxyInstance()
/libcore/luni/src/test/java/dalvik/system/
DDexClassLoaderTest.java19 import java.lang.reflect.InvocationTargetException;
167 IllegalAccessException, InvocationTargetException { in createInstanceAndCallStaticMethod()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashSetTest.java29 import java.lang.reflect.InvocationTargetException;
/libcore/luni/src/test/java/libcore/javax/crypto/
DECDHKeyAgreementTest.java24 import java.lang.reflect.InvocationTargetException;
364 } catch (InvocationTargetException e) { in invokeCallingMethodForEachKeyAgreementProvider()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java6 import java.lang.reflect.InvocationTargetException;
489 } catch (InvocationTargetException e) { in engineGetKeySpec()
/libcore/luni/src/main/java/java/io/
DObjectInputStream.java24 import java.lang.reflect.InvocationTargetException;
1294 } catch (InvocationTargetException e) { in readObjectNoData()
1331 } catch (InvocationTargetException e) { in readObjectForClass()
1851 } catch (InvocationTargetException ite) { in readNewObject()
DObjectOutputStream.java21 import java.lang.reflect.InvocationTargetException;
1035 } catch (InvocationTargetException e) { in writeHierarchy()
1578 } catch (InvocationTargetException ite) { in writeObjectInternal()

12