Searched refs:commonExceptions (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/reflect/
H A DProxyMethod.java27 Class[] commonExceptions; field in class:ProxyMethod
31 this.commonExceptions = method.getExceptionTypes();
35 Class[] newExceptions = commonExceptions.clone();
92 if (commonExceptions.length != 0) {
95 commonExceptions = otherExceptions;
97 int cLength = commonExceptions.length;
99 Class<?> cException = commonExceptions[c];
110 commonExceptions[c] = cException = oException;
114 commonExceptions[c] = null;
117 if (cLength != commonExceptions
[all...]
H A DProxyClassFile.java240 Class[] thrownsExceptions = pMethod.commonExceptions;

Completed in 226 milliseconds