8317873: Add @sealedGraph to IllegalFormatException

Reviewed-by: naoto, iris
This commit is contained in:
Per Minborg 2023-10-12 07:14:52 +00:00
parent 2edf9c3f1e
commit eca6ea43d0

View File

@ -31,6 +31,7 @@ package java.util;
* explicit subtypes of this exception which correspond to specific errors
* should be instantiated.
*
* @sealedGraph
* @since 1.5
*/
public sealed class IllegalFormatException extends IllegalArgumentException