// Have to manually handle propagation, since
// the MoML parser is not involved.
// FIXME: Could get name collision here!
// (Unlikely though since auto naming will take
// into account subclasses).
vertex.propagateExistence();
} catch (Throwable throwable) {
throw new InternalErrorException(null,
throwable,
"Failed to create a vertex!");
}