gvtChildList.add(gn);
} else if (childGVTNode != null) {
// we have to remove the graphics node if it has been added
gvtChildList.remove(childGVTNode);
}
throw new BuilderException(e, ex.getMessage());
} catch (DOMException ex) {
if (childGVTNode != null) {
// we have to remove the graphics node if it has been added
gvtChildList.remove(childGVTNode);
}
throw new BuilderException(e, ex.getMessage());
}
}