{
LocalUtil.setProperty(parent, propertyName, member);
}
catch (SecurityException ex)
{
throw new JsonParseException(ex);
}
catch (IllegalArgumentException ex)
{
throw new JsonParseException(ex);
}
catch (NoSuchMethodException ex)
{
throw new JsonParseException(ex);
}
catch (IllegalAccessException ex)
{
throw new JsonParseException(ex);
}
catch (InvocationTargetException ex)
{
throw new JsonParseException(ex);
}
}