} catch (IllegalArgumentException e) {
throw new AuraRuntimeException(e);
} catch (IllegalAccessException e) {
throw new AuraRuntimeException(e);
} catch (InvocationTargetException e) {
throw new AuraExecutionException(e.getCause().getMessage(), this.location, e.getCause());
}
}