airavata-courses / TeamApex

Repository for TeamApex
4 stars 5 forks source link

Internationalization support to application #25

Open bhandaresagar opened 8 years ago

bhandaresagar commented 8 years ago

As a good design practice the exception messages displayed on UI should be fetched from properties file. The exception should be thrown with error code than the message itself, in custom exception class(usually base class) the message should be fetched from properties file.