< prev index next >

src/java.base/share/classes/java/text/ParseException.java

Print this page

        

@@ -48,10 +48,11 @@
  * @since 1.1
  */
 public
 class ParseException extends Exception {
 
+    @java.io.Serial
     private static final long serialVersionUID = 2703218443322787634L;
 
     /**
      * Constructs a ParseException with the specified detail message and
      * offset.
< prev index next >