|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.icu.util.IllformedLocaleException
public class IllformedLocaleException
Thrown by methods in ULocale and ULocale.Builder to
indicate that an argument is not a well-formed BCP 47 tag.
ULocale,
Serialized Form| Constructor Summary | |
|---|---|
IllformedLocaleException()
Constructs a new IllformedLocaleException with no
detail message and -1 as the error index. |
|
IllformedLocaleException(String message)
Constructs a new IllformedLocaleException with the
given message and -1 as the error index. |
|
IllformedLocaleException(String message,
int errorIndex)
Constructs a new IllformedLocaleException with the
given message and the error index. |
|
| Method Summary | |
|---|---|
int |
getErrorIndex()
Returns the index where the error was found. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllformedLocaleException()
IllformedLocaleException with no
detail message and -1 as the error index.
public IllformedLocaleException(String message)
IllformedLocaleException with the
given message and -1 as the error index.
message - the message
public IllformedLocaleException(String message,
int errorIndex)
IllformedLocaleException with the
given message and the error index. The error index is the approximate
offset from the start of the ill-formed value to the point where the
parse first detected an error. A negative error index value indicates
either the error index is not applicable or unknown.
message - the messageerrorIndex - the index| Method Detail |
|---|
public int getErrorIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||