final Cloudcluster_Type cluster;
try {
cluster = parseClusterDocument(clusterPath);
if (cluster == null) {
throw new DeserializationException("No parsing result?");
}
} catch (DeserializationException e) {
final String msg = "Could not parse the contents of the cluster " +
"definition file you provided.\n - Path: '" +
clusterPath + "'\n - Is it legal XML? Try " +