public class DateTimeException extends RuntimeException
这个异常用于指示创建、查询和处理日期时间对象的问题。
Constructor and Description |
---|
DateTimeException(String message)
用指定的消息构造一个新的日期时间异常。
|
DateTimeException(String message, Throwable cause)
用指定的消息和原因构造一个新的日期时间异常。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.