- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.time.DateTimeException
-
- java.time.zone.ZoneRulesException
-
- All Implemented Interfaces:
-
Serializable
public class ZoneRulesException extends DateTimeException
抛出指示时区配置的问题。此异常用于指示配置的时区规则的问题。
- 实现要求:
- 该类旨在用于单个线程。
- 从以下版本开始:
- 1.8
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ZoneRulesException(String message)
使用指定的消息构造新的日期时间异常。ZoneRulesException(String message, Throwable cause)
构造一个新的日期时间异常与指定的消息和原因。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-