Module java.base
Package java.time

Class DateTimeException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DateTimeParseException, UnsupportedTemporalTypeException, ZoneRulesException

public class DateTimeException extends RuntimeException
Exception used to indicate a problem while calculating a date-time.

This exception is used to indicate problems with creating, querying and manipulating date-time objects.

Implementation Requirements:
This class is intended for use in a single thread.
Since:
1.8
See Also: