@Override
public OutputStream createResource(final String filename) {
try {
return this.createResource0(filename);
} catch (final UnableToCompleteException caught) {
throw new GeneratorException("Unable to retrieve an OutputStream for the resource \"" + filename + "\".");
}
}