Package pl.gda.pg.eti.ask.przemyslawbielicki.aeh.translation

Class Summary
ExceptionTranslation ExceptionTranslation contains translation list for concrete ExceptionTranslation.exceptionClass_ in Vector ExceptionTranslation.messages_.
ExceptionTranslator ExceptionTranslator is a singleton class.
MessageTranslation MessageTranslation contains translation resource path for concrete exception message.
XMLTranslationResource XMLTranslationResource contains constants XML tag and attribute names needed to build exception translation XML database.
 

Exception Summary
DuplicateMessageException DuplicateMessageException is raised during attempt to add exception message to translation that already exists in translation structure.
DuplicateTranslationException DuplicateTranslationException is raised during attempt to add exception translation (exception class) to translation structure that already exists.
ResourceNotDefinedException ResourceNotDefinedException is raised when there is message translation in translation structure - XML node - but value of this node is null or there is only a comment (this case is only with "new" translations - when translation is autamatically added to translation structure but the programmer hasn't already updated <translation-resource> node).
TranslationNotFoundException TranslationNotFoundException is raised when there is no translation in translation structure that user is looking for.