Uses of Class
java.time.DateTimeException
-
Packages that use DateTimeException 软件包 描述 java.time.format 提供打印和解析日期和时间的类。java.time.temporal 使用字段和单位访问日期和时间,以及日期时间调整器。java.time.zone 支持时区及其规则。 -
-
Uses of DateTimeException in java.time.format
Subclasses of DateTimeException in java.time.format Modifier and Type Class 描述 class
DateTimeParseException
解析期间发生错误时抛出异常。 -
Uses of DateTimeException in java.time.temporal
Subclasses of DateTimeException in java.time.temporal Modifier and Type Class 描述 class
UnsupportedTemporalTypeException
UnsupportedTemporalTypeException表示Temporal类不支持ChronoField或ChronoUnit。 -
Uses of DateTimeException in java.time.zone
Subclasses of DateTimeException in java.time.zone Modifier and Type Class 描述 class
ZoneRulesException
抛出指示时区配置的问题。
-