jdk/src/share/classes/java/awt/JobAttributes.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   359     public Object clone() {
   359     public Object clone() {
   360         try {
   360         try {
   361             return super.clone();
   361             return super.clone();
   362         } catch (CloneNotSupportedException e) {
   362         } catch (CloneNotSupportedException e) {
   363             // Since we implement Cloneable, this should never happen
   363             // Since we implement Cloneable, this should never happen
   364             throw new InternalError();
   364             throw new InternalError(e);
   365         }
   365         }
   366     }
   366     }
   367 
   367 
   368     /**
   368     /**
   369      * Sets all of the attributes of this <code>JobAttributes</code> to
   369      * Sets all of the attributes of this <code>JobAttributes</code> to