objectClassInfo.getName());
xmlWriter.writeStartTag(indentation, persistedObjectStartTag,
false/* endTag */, true/* writeNewLine */);
} catch (XmlWriterException exception) {
closeWriterAfterError();
throw new StoreException(exception);
}
indentation += 2;
}