equal
deleted
inserted
replaced
32 * @author unascribed |
32 * @author unascribed |
33 * @see java.util.Enumeration#nextElement() |
33 * @see java.util.Enumeration#nextElement() |
34 * @see java.util.Iterator#next() |
34 * @see java.util.Iterator#next() |
35 * @since 1.0 |
35 * @since 1.0 |
36 */ |
36 */ |
37 public |
37 public class NoSuchElementException extends RuntimeException { |
38 class NoSuchElementException extends RuntimeException { |
|
39 @java.io.Serial |
38 @java.io.Serial |
40 private static final long serialVersionUID = 6769829250639411880L; |
39 private static final long serialVersionUID = 6769829250639411880L; |
41 |
40 |
42 /** |
41 /** |
43 * Constructs a {@code NoSuchElementException} with {@code null} |
42 * Constructs a {@code NoSuchElementException} with {@code null} |