|
|||||||||
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
java.lang.IllegalArgumentException
com.ibm.icu.util.IllformedLocaleException
public class IllformedLocaleException
Thrown by methods in Locale class to indicate that a locale string is illformed.
Constructor Summary | |
---|---|
IllformedLocaleException(java.lang.String msg)
Constructs a new IllformedLocaleException with
the detail message. |
|
IllformedLocaleException(java.lang.String msg,
int errIdx)
Constructs a new IllformedLocaleException with
the detail message and the error index. |
Method Summary | |
---|---|
int |
getErrorIndex()
Returns the index where the error is found in a locale string |
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(java.lang.String msg)
IllformedLocaleException
with
the detail message.
msg
- the detail messagepublic IllformedLocaleException(java.lang.String msg, int errIdx)
IllformedLocaleException
with
the detail message and the error index.
msg
- the detail messageerrIdx
- the index where the error is found in a locale stringMethod Detail |
---|
public int getErrorIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |