public class IllformedLocaleException extends RuntimeException
Locale
和Locale.Builder
中的方法抛出,以表明参数不是一个格式正确的BCP 47标签。
Locale
, Serialized Form
Constructor and Description |
---|
IllformedLocaleException()
构造一个没有详细消息的新的
IllformedLocaleException 和-1作为错误索引。
|
IllformedLocaleException(String message)
构造一个新的
IllformedLocaleException 与给定的消息和-1作为错误索引。
|
IllformedLocaleException(String message, int errorIndex)
构造一个新的
IllformedLocaleException 与给定的消息和错误索引。
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorIndex()
返回发现错误的索引。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllformedLocaleException()
IllformedLocaleException
,没有详细信息,-1作为错误索引。
public IllformedLocaleException(String message)
IllformedLocaleException
与给定的消息和-1作为错误索引。
message
- 消息
public IllformedLocaleException(String message, int errorIndex)
IllformedLocaleException
与给定的消息和错误索引。
误差指数是从错误形成值的开始到解析首先检测到错误的点的近似偏移量。
否定的错误索引值表示错误索引不适用或未知。
message
- 消息
errorIndex
- 指数
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.