Apache UIMA

This package contains:

Internationalized Exceptions and Messages

Internationalization is handled by the static methods in I18nUtil.  These are called by the Internationalized Exceptions, but may be also used for non-exception message localization.

Exception messages are collected into classes.  These classes may be organized further into hierarchies, but the top of these extend one of the following 3 classes:

Common code for getting a localized message from arguments and message key and resource bundle are put in the interface I18nExceptionI as default methods. Using default methods allows shared methods to be used with different superclass chains.

The individual classes: