Module  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​()
        返回发现错误的索引。 负值表示错误索引不适用或未知。
        结果
        错误索引