public final class LanguageNotAvailableException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
LanguageNotAvailableException(Language language)
Constructs a
LanguageNotAvailableException with the language
for which the dictionary is not available. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
Language |
language()
Returns the language for which the dictionary is not available.
|
public LanguageNotAvailableException(Language language)
LanguageNotAvailableException with the language
for which the dictionary is not available.language - the language for which Chromium failed to load the dictionarypublic Language language()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable