java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.util.IllformedLocaleException |
Thrown when a locale subtag or field is not well formed.
See Locale
and Locale.Builder
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance with no detail message and an error index
of
-1 .
| |||||||||||
Constructs a new instance with the specified error message.
| |||||||||||
Constructs a new instance with the specified error message and
error index.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new instance with no detail message and an error index
of -1
.
Constructs a new instance with the specified error message.
Constructs a new instance with the specified error message and error index.