129130131132133134135136137138139
if (i != constructor.getParameterTypes().length - 1) sb.append(","); } sb.append(")"); GenerationError ex = new GenerationError(sb.toString()); ex.initCause(e); throw ex; } } /**