final XmlExporter exporter = new XmlExporter(store);
exporter.export(directoryName, directoryName + File.separator
+ "tmp", object);
final String filePath = directoryName + File.separator
+ "export.xml";
throw new StoreTooBigForSerializationException(FOR
+ objectToVisit.toString() + ". object exported in "
+ filePath, filePath, exception);
}
}