mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-18 11:53:17 +00:00
8294226: Document missing UnsupportedTemporalTypeException
Reviewed-by: rriggs, naoto
This commit is contained in:
parent
0514cee6c8
commit
54acadbe66
@ -455,6 +455,7 @@ public interface ChronoLocalDate
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -84,6 +84,7 @@ import java.time.temporal.TemporalField;
|
||||
import java.time.temporal.TemporalQueries;
|
||||
import java.time.temporal.TemporalQuery;
|
||||
import java.time.temporal.TemporalUnit;
|
||||
import java.time.temporal.UnsupportedTemporalTypeException;
|
||||
import java.time.zone.ZoneRules;
|
||||
import java.util.Comparator;
|
||||
import java.util.Objects;
|
||||
@ -276,6 +277,7 @@ public interface ChronoLocalDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
@ -294,6 +296,7 @@ public interface ChronoLocalDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
@ -312,6 +315,7 @@ public interface ChronoLocalDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -422,6 +422,7 @@ public interface ChronoZonedDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
@ -440,6 +441,7 @@ public interface ChronoZonedDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
@ -458,6 +460,7 @@ public interface ChronoZonedDateTime<D extends ChronoLocalDate>
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @throws DateTimeException {@inheritDoc}
|
||||
* @throws UnsupportedTemporalTypeException {@inheritDoc}
|
||||
* @throws ArithmeticException {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user