模块  java.base
软件包  java.util

Class IllformedLocaleException

    • 构造方法详细信息

      • IllformedLocaleException

        public IllformedLocaleException()
        构造一个没有详细消息的新 IllformedLocaleException和-1作为错误索引。
      • IllformedLocaleException

        public IllformedLocaleException​(String message)
        使用给定的消息构造一个新的 IllformedLocaleException ,并将-1作为错误索引。
        参数
        message - 信息
      • IllformedLocaleException

        public IllformedLocaleException​(String message,
                                        int errorIndex)
        使用给定的消息和错误索引构造一个新的IllformedLocaleException 错误索引是从错误值的开始到解析首次检测到错误的点的近似偏移。 负错误索引值表示错误索引不适用或未知。
        参数
        message - 该消息
        errorIndex - 该指数
    • 方法详细信息

      • getErrorIndex

        public int getErrorIndex()
        返回找到错误的索引。 负值表示错误索引不适用或未知。
        结果
        错误索引