168169170171172173174175
} return constructor; } protected void throwConstructorNotFoundException(final List<Type> parameterTypes) { throw new ConstructorNotFoundException("Unable to find a constructor belonging to " + this.getName() + " with parameters " + parameterTypes); }