Class TranslationStringMissingException

    • Constructor Detail

      • TranslationStringMissingException

        public TranslationStringMissingException​(Class bundleClass,
                                                 Locale locale,
                                                 String key,
                                                 Exception cause)
        Construct a TranslationStringMissingException for the specified bundle class, locale and translation key
        Parameters:
        bundleClass - the bundle class for which a translation string was missing
        locale - the locale for which a translation string was missing
        key - the key of the missing translation string
        cause - the original exception thrown from the ResourceBundle.getString(String) method.
    • Method Detail

      • getKey

        public String getKey()
        Get the key of the missing translation string
        Returns:
        the key of the missing translation string