Class MissingTranslationException

All Implemented Interfaces:
Serializable

Exception thrown when no translation is found when DefaultStrings.FailureMode is configured to be DefaultStrings.FailureMode.FAIL_FAST.

In production, you would normally prefer DefaultStrings.FailureMode.USE_FALLBACK.

This class is intended for use by a single thread.

Author:
Mark Allen
See Also: