java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.IllformedLocaleException
- 所有已实现的接口:
-
Serializable
方法在
Locale
和Locale.Builder
中抛出,表示参数不是格式良好的BCP 47标签。
- 自从:
- 1.7
- 参见:
-
Constructor Summary
ConstructorDescription构造一个没有详细消息和-1作为错误索引的新IllformedLocaleException
。IllformedLocaleException
(String message) 构造一个给定消息和-1作为错误索引的新IllformedLocaleException
。IllformedLocaleException
(String message, int errorIndex) 构造一个给定消息和错误索引的新IllformedLocaleException
。 -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllformedLocaleException
public IllformedLocaleException()构造一个没有详细消息和-1作为错误索引的新IllformedLocaleException
。 -
IllformedLocaleException
构造一个给定消息和-1作为错误索引的新IllformedLocaleException
。- 参数:
-
message
- 消息
-
IllformedLocaleException
构造一个给定消息和错误索引的新IllformedLocaleException
。错误索引是从格式不良值的开头到解析首次检测到错误的点的近似偏移量。负错误索引值表示错误索引不适用或未知。- 参数:
-
message
- 消息 -
errorIndex
- 索引
-
-
Method Details
-
getErrorIndex
public int getErrorIndex()返回发现错误的索引。负值表示错误索引不适用或未知。- 返回:
- 错误索引
-