jdk/src/share/classes/java/awt/PageAttributes.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 21777 c0a423e43b0d
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   967     public Object clone() {
   967     public Object clone() {
   968         try {
   968         try {
   969             return super.clone();
   969             return super.clone();
   970         } catch (CloneNotSupportedException e) {
   970         } catch (CloneNotSupportedException e) {
   971             // Since we implement Cloneable, this should never happen
   971             // Since we implement Cloneable, this should never happen
   972             throw new InternalError();
   972             throw new InternalError(e);
   973         }
   973         }
   974     }
   974     }
   975 
   975 
   976     /**
   976     /**
   977      * Sets all of the attributes of this PageAttributes to the same values as
   977      * Sets all of the attributes of this PageAttributes to the same values as