ICU-5886 error msg improvement

X-SVN-Rev: 22589
This commit is contained in:
Steven R. Loomis 2007-08-31 02:33:36 +00:00
parent 0e5530bc47
commit ac9322b84c

View File

@ -69,7 +69,7 @@ public class ResourceBasedPeriodFormatterDataService
}
}
catch (IOException e) {
System.err.println("IO Error reading index.txt ");
throw new MissingResourceException("IO Error reading "+PATH + "index.txt: " + e.toString(),PATH + "index.txt","");
}
availableLocales = Collections.unmodifiableList(localeNames);
}