jdk/src/share/classes/java/text/AttributedString.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 12848 da701d422d2c
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   792             try {
   792             try {
   793                 AttributedStringIterator other = (AttributedStringIterator) super.clone();
   793                 AttributedStringIterator other = (AttributedStringIterator) super.clone();
   794                 return other;
   794                 return other;
   795             }
   795             }
   796             catch (CloneNotSupportedException e) {
   796             catch (CloneNotSupportedException e) {
   797                 throw new InternalError();
   797                 throw new InternalError(e);
   798             }
   798             }
   799         }
   799         }
   800 
   800 
   801         // CharacterIterator methods. See documentation in that interface.
   801         // CharacterIterator methods. See documentation in that interface.
   802 
   802