"] does not have a valid constructor (either default no-arg or one that takes a CrossCuttingInfo type as its only parameter)"
);
}
}
catch (InstantiationException e) {
throw new WrappedRuntimeException(e);
}
catch (IllegalAccessException e) {
throw new WrappedRuntimeException(e);
}
catch (InvocationTargetException e) {
throw new WrappedRuntimeException(e.getTargetException());
}
}