Class LocaleNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.exception.LocaleNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocaleNotSupportedException extends java.lang.RuntimeExceptionIndicates an attempt to use an invalid or unsupported ISO code with the localized data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocaleNotSupportedException(java.util.Locale locale)Constructor to create LanguageTagNotSupportedException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLanguage()
-
-
-
Constructor Detail
-
LocaleNotSupportedException
public LocaleNotSupportedException(java.util.Locale locale)
Constructor to create LanguageTagNotSupportedException- Parameters:
locale- locale that does not correspond to an existingLanguageModel
-
-