模块  java.base
软件包  java.time.zone

Class ZoneRulesException

  • 实现的所有接口
    Serializable

    public class ZoneRulesException
    extends DateTimeException
    抛出表示时区配置有问题。

    此例外用于指示配置的时区规则的问题。

    实现要求:
    此类适用于单个线程。
    从以下版本开始:
    1.8
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • ZoneRulesException

        public ZoneRulesException​(String message)
        使用指定的消息构造新的日期时间异常。
        参数
        message - 用于此异常的消息可能为null
      • ZoneRulesException

        public ZoneRulesException​(String message,
                                  Throwable cause)
        使用指定的消息和原因构造一个新的日期时间异常。
        参数
        message - 用于此异常的消息可能为null
        cause - 异常的原因,可能为null