In reference to the work I am doing to externalize all exception literal strings into property files.
I need to know if the exception property file should be appended to the <module>UI labels property file or can I create one exception.property file that contains all the exception strings? Reason I ask is that I wrote an number of awk scripts that does the actual data extraction and code editing for me. So getting the data out and changing the code is turning out to be relatively simple.
