jdk/src/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   761                     thumb = new JFIFThumbJPEG(thumbnail);
   761                     thumb = new JFIFThumbJPEG(thumbnail);
   762                     break;
   762                     break;
   763                 }
   763                 }
   764             } catch (IllegalThumbException e) {
   764             } catch (IllegalThumbException e) {
   765                 // Should never happen
   765                 // Should never happen
   766                 throw new InternalError("Illegal thumb in setThumbnail!");
   766                 throw new InternalError("Illegal thumb in setThumbnail!", e);
   767             }
   767             }
   768         }
   768         }
   769 
   769 
   770         protected Object clone() {
   770         protected Object clone() {
   771             JFIFExtensionMarkerSegment newGuy =
   771             JFIFExtensionMarkerSegment newGuy =