try {
targetField.set(targetObject, value);
} catch (IllegalAccessException accEx) {
log.error(Messages.getMessage("illegalAccessException00"),
accEx);
throw new SAXException(accEx);
} catch (IllegalArgumentException argEx) {
log.error(Messages.getMessage("illegalArgumentException00"),
argEx);
throw new SAXException(argEx);
}