public class IllformedLocaleException extends RuntimeException
Locale and Locale.Builder.| Constructor and Description |
|---|
IllformedLocaleException()
Constructs a new instance with no detail message and an error index
of
-1. |
IllformedLocaleException(String message)
Constructs a new instance with the specified error message.
|
IllformedLocaleException(String message,
int errorIndex)
Constructs a new instance with the specified error message and
error index.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorIndex() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllformedLocaleException()
-1.public IllformedLocaleException(String message)
public IllformedLocaleException(String message, int errorIndex)