public final class UnsupportedLocaleException extends RuntimeException
Log class.| Constructor and Description |
|---|
UnsupportedLocaleException(String locale)
Constructs a new
UnsupportedLocaleException. |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale()
Retrieves the unsupported locale.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedLocaleException(String locale)
UnsupportedLocaleException.locale - the locale, cannot be null.public String getLocale()
null.Copyright © 2003-2013. All Rights Reserved.