} else {
parentArg.setValue(object);
}
}
catch (ClassNotFoundException e) {
throw new JellyTagException(e);
}
catch (InstantiationException e) {
throw new JellyTagException(e);
}
catch (NoSuchMethodException e) {
throw new JellyTagException(e);
}
catch (IllegalAccessException e) {
throw new JellyTagException(e);
}
catch (InvocationTargetException e) {
throw new JellyTagException(e);
}
}