LocationDetails details =
new DeviceLocationDetails(ERROR_LOCATION_FORMAT,
MCSNamespace.DEVICE_TAC_IDENTIFICATION);
registry.registerLocationDetails(element, details);
} catch (SAXException e) {
EclipseCommonPlugin.handleError(ABPlugin.getDefault(), e);
} catch (ParserErrorException e) {
EclipseCommonPlugin.handleError(ABPlugin.getDefault(), e);