Class MissingTranslationException

All Implemented Interfaces:
Serializable

Exception thrown when no translation is found and the configured TranslationFailureHandler chooses to throw.

This class is intended for use by a single thread.

Java serialization is supported when every non-null placeholder value and its reachable object graph implement Serializable. Otherwise, serialization fails with NotSerializableException. The supported serialized form begins with 3.0.0 and is not compatible with streams written by 2.x releases.

Author:
Mark Allen
See Also: