iftpl.setAttribute("pack", getPack());
setCommons(iftpl);
output.write(iftpl.toString());
} catch (IntrospectionException e) {
throw new GeneratorException(getName()
+ ": cannot extract javabeans information from " + cls, e);
} catch (IOException e) {
throw new GeneratorException(getName()
+ ": error while writing to output stream for " + cls, e);
}
}