Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.util.IllformedLocaleException
public class IllformedLocaleException extends RuntimeException
Thrown by methods in Locale
and Locale.Builder
to
indicate that an argument is not a well-formed BCP 47 tag.
Locale
,
Serialized FormConstructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
int |
getErrorIndex()
Returns the index where the error was found. |
Methods inherited from class java.lang.Throwable |
---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, 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 messagepublic 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 indexMethod Detail |
---|
public int getErrorIndex()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.