Module java.base
Package java.util

Class IllformedLocaleException

所有已实现的接口:
Serializable

public class IllformedLocaleException extends RuntimeException
方法在LocaleLocale.Builder中抛出,表示参数不是格式良好的BCP 47标签。
自从:
1.7
参见:
  • Constructor Details

    • IllformedLocaleException

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

      public IllformedLocaleException(String message)
      构造一个给定消息和-1作为错误索引的新IllformedLocaleException
      参数:
      message - 消息
    • IllformedLocaleException

      public IllformedLocaleException(String message, int errorIndex)
      构造一个给定消息和错误索引的新IllformedLocaleException。错误索引是从格式不良值的开头到解析首次检测到错误的点的近似偏移量。负错误索引值表示错误索引不适用或未知。
      参数:
      message - 消息
      errorIndex - 索引
  • Method Details

    • getErrorIndex

      public int getErrorIndex()
      返回发现错误的索引。负值表示错误索引不适用或未知。
      返回:
      错误索引