Class LocaleNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.LocaleNotSupportedException
- All Implemented Interfaces:
Serializable
Indicates an attempt to use an invalid or unsupported ISO code with the localized data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocaleNotSupportedException(String language, String integrationKey) LocaleNotSupportedException(Locale locale) Constructor to create LanguageTagNotSupportedException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocaleNotSupportedException
Constructor to create LanguageTagNotSupportedException- Parameters:
locale- locale that does not correspond to an existingLanguageModel
-
LocaleNotSupportedException
-
-
Method Details
-
getLanguage
-
getIntegrationKey
-