|
@@ -49,7 +49,7 @@ public class FastFieldGetter extends FieldGetter {
|
|
|
if (proxy == null) {
|
|
if (proxy == null) {
|
|
|
try {
|
|
try {
|
|
|
proxy = createProxy(targetClass, fieldName);
|
|
proxy = createProxy(targetClass, fieldName);
|
|
|
- } catch (Exception e) {
|
|
|
|
|
|
|
+ } catch (Throwable e) {
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
cache.putIfAbsent(targetClass, proxy);
|
|
cache.putIfAbsent(targetClass, proxy);
|