--- old/src/share/classes/javax/print/DocFlavor.java 2014-08-11 16:27:40.000000000 -0700 +++ new/src/share/classes/javax/print/DocFlavor.java 2014-08-11 16:27:40.000000000 -0700 @@ -610,6 +610,9 @@ /** * Write the instance to a stream (ie serialize the object). + * + * @exception IOException Thrown if there was an I/O error while creating + * the output stream */ private void writeObject(ObjectOutputStream s) throws IOException { @@ -620,6 +623,10 @@ /** * Reconstitute an instance from a stream (that is, deserialize it). * + * @exception ClassNotFoundException Thrown if there was an error finding + * the class + * @exception IOException Thrown if there was an I/O error while creating + * the input stream * @serialData * The serialised form of a DocFlavor is the String naming the * representation class followed by the String representing the canonical