Class MessageBundle

java.lang.Object
java.util.ResourceBundle
is.codion.common.resource.MessageBundle

public final class MessageBundle extends ResourceBundle
An overridable resource bundle.

Unlike standard ResourceBundle, missing resource keys do not throw exceptions. Instead, missing keys return a formatted fallback string in the format "!missing_key!" to make missing resources obvious while preventing application crashes.

See Also: