Searched refs:getExceptionTypes (Results 1 - 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DConstructorTest.java25 Class[] exceptions = constructor.getExceptionTypes();
30 exceptions = constructor.getExceptionTypes();
H A DMethodOverridesTest.java52 assertEquals(Collections.<Class<?>>emptyList(), Arrays.asList(method.getExceptionTypes()));
163 + " throws " + Arrays.toString(method.getExceptionTypes());
H A DMethodTest.java61 Class[] exceptions = method.getExceptionTypes();
66 exceptions = method.getExceptionTypes();
/libcore/libart/src/main/java/java/lang/reflect/
H A DConstructor.java104 public Class<?>[] getExceptionTypes() { method in class:Constructor
319 Class<?>[] exceptionTypes = getExceptionTypes();
H A DMethod.java155 public Class<?>[] getExceptionTypes() { method in class:Method
410 Class<?>[] exceptionTypes = getExceptionTypes();
H A DAbstractMethod.java228 exceptionTypes = m.getExceptionTypes();
232 exceptionTypes = c.getExceptionTypes();
H A DProxy.java329 Class<?>[] exceptionTypes = method.getExceptionTypes();
/libcore/luni/src/main/java/libcore/reflect/
H A DGenericSignatureParser.java167 Class<?>[] exceptionTypes = m.getExceptionTypes();
198 Class<?>[] exceptionTypes = c.getExceptionTypes();
/libcore/libdvm/src/main/java/java/lang/reflect/
H A DConstructor.java302 public Class<?>[] getExceptionTypes() { method in class:Constructor
H A DMethod.java404 public Class<?>[] getExceptionTypes() { method in class:Method
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DConstructorTest.java204 // java.lang.reflect.Constructor.getExceptionTypes()
210 exceptions = ctor.getExceptionTypes();
H A DMethodTest.java260 * java.lang.reflect.Method#getExceptionTypes()
264 // java.lang.reflect.Method.getExceptionTypes()
268 Class[] ex = mth.getExceptionTypes();
274 ex = mth.getExceptionTypes();
278 fail("Exception during getExceptionTypes: " + e.toString());

Completed in 103 milliseconds