return e;
}
}
});
if (iae != null) {
throw new InjectException("Could not inject the "
+ toInject.getClass() + " into field " + field
+ " of object " + resource, iae);
}
} catch (RuntimeException e) {
throw new InjectException("Could not inject the "
+ toInject.getClass() + " into field " + field
+ " of object " + resource, e);
}
}