| Exception Summary | 
| DuplicateMessageException | DuplicateMessageExceptionis raised during attempt to add exception message
 to translation that already exists in translation structure. | 
| DuplicateTranslationException | DuplicateTranslationExceptionis raised during attempt to add exception translation
 (exception class) to translation structure that already exists. | 
| ResourceNotDefinedException | ResourceNotDefinedExceptionis raised when there is message translation
 in translation structure - XML node - but value of this node isnullor 
 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 | TranslationNotFoundExceptionis raised when there is no translation in 
 translation structure that user is looking for. |