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. |