- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.time.DateTimeException
-
- All Implemented Interfaces:
-
Serializable
public class DateTimeException extends RuntimeException
用于在计算日期时间时指示问题的异常。此异常用于指示创建,查询和操作日期时间对象的问题。
- 实现要求:
- 该类旨在用于单个线程。
- 从以下版本开始:
- 1.8
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 DateTimeException(String message)
使用指定的消息构造新的日期时间异常。DateTimeException(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
-
-