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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java767 public short[] declaredExceptions; field in class:ProxyGenerator.MethodInfo
832 out.writeInt(2 + 2 * declaredExceptions.length);
834 out.writeShort(declaredExceptions.length);
836 for (int i = 0; i < declaredExceptions.length; i++) {
837 out.writeShort(declaredExceptions[i]);
988 minfo.declaredExceptions = new short[exceptionTypes.length];
990 minfo.declaredExceptions[i] = cp.getClass(
1160 minfo.declaredExceptions = new short[0];
1242 minfo.declaredExceptions = new short[0];

Completed in 33 milliseconds