// there was some exception, what should we do?
// lets ignore it for now and proceed with the code generation!
}
if(!canEncode) {
throw new GeneratorException(
"generator.indentingwriter.charset.cantencode", s);
}
write(s);
/*
while (tabCount-- > 0) {