Some methods of the following interfaces in java.time.chrono do not document UnsupportedTemporalTypeException which they might probably throw: ChronoLocalDate, ChronoLocalDateTime, ChronoZonedDateTime.
Those methods are overridden from java.time.temporal.Temporal and are as follows:
- with(java.time.temporal.TemporalField,long)
- plus(long,java.time.temporal.TemporalUnit)
- minus(long,java.time.temporal.TemporalUnit)
Those methods are overridden from java.time.temporal.Temporal and are as follows:
- with(java.time.temporal.TemporalField,long)
- plus(long,java.time.temporal.TemporalUnit)
- minus(long,java.time.temporal.TemporalUnit)
- csr for
-
JDK-8359303 Document missing UnsupportedTemporalTypeException
-
- Draft
-
- relates to
-
JDK-8294213 Document EOFException in java.io.ObjectInputStream#readUTF
-
- Open
-
-
JDK-8294234 Document missing SQLFeatureNotSupportedException
-
- Closed
-
- links to
-
Review(master) openjdk/jdk/25836