}
catch (Throwable t) {
Method[] allmethods = targetClass.getMethods();
for (int i = 0; null != allmethods && i < allmethods.length; i++)
Reporter.info(allmethods[i].getReturnType() + " " +allmethods[i].getName());//NOI18N
Reporter.critical(new StackTrace(t)); //NOI18N
throw new java.beans.IntrospectionException(getterName);
//return getReader2(target,destFieldName);
}
}