// because it's a resource identifier.
absConfigRID = configLocation.substring(0,
configLocation.lastIndexOf('/') + 1);
} else {
// If is is still null, the config file could not be found
throw new ConfigurationException(exceptionLocalizer.format(
"configuration-file-not-found", configLocation));
}
}
} else {
absConfigPath = f.getParent();