Locale
and Locale.Builder
to
indicate that an argument is not a well-formed BCP 47 tag.
Locale
Modifier and Type | Field and Description |
---|---|
private int | |
private static final long |
Access | Constructor and Description |
---|---|
public | IllformedLocaleException()
Constructs a new |
public | IllformedLocaleException(String
the message message)Constructs a new |
public | IllformedLocaleException(String
the message message, int the index errorIndex)Constructs a new |
Modifier and Type | Method and Description |
---|---|
public int |
_errIdx | back to summary |
---|---|
private int _errIdx |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
IllformedLocaleException | back to summary |
---|---|
public IllformedLocaleException() Constructs a new |
IllformedLocaleException | back to summary |
---|---|
public IllformedLocaleException(String message) Constructs a new
|
IllformedLocaleException | back to summary |
---|---|
public IllformedLocaleException(String message, int errorIndex) Constructs a new
|
getErrorIndex | back to summary |
---|---|
public int getErrorIndex() Returns the index where the error was found. A negative value indicates either the error index is not applicable or unknown.
|