/* 615 */ Method setter = getCallbacksSetter(type, methodName);
/* 616 */ setter.invoke(null, new Object[] { callbacks });
/* */ } catch (NoSuchMethodException e) {
/* 618 */ throw new IllegalArgumentException(type + " is not an enhanced class");
/* */ } catch (IllegalAccessException e) {
/* 620 */ throw new CodeGenerationException(e);
/* */ } catch (InvocationTargetException e) {
/* 622 */ throw new CodeGenerationException(e);
/* */ }
/* */ }