@@ -85,7 +85,7 @@ protected GPML2013aWriter(String xsdFile, Namespace nsGPML) {
8585 * @param validate if true, validate the dom structure before writing. If
8686 * there is a validation error, or the xsd is not in the
8787 * classpath, an exception will be thrown.
88- * @throws ConverterException
88+ * @throws ConverterException when an {@link IOException} when the XML code is sent to the output stream
8989 */
9090 @ Override
9191 public void writeToXml (PathwayModel pathwayModel , OutputStream output , boolean validate ) throws ConverterException {
@@ -120,7 +120,7 @@ public void writeToXml(PathwayModel pathwayModel, OutputStream output, boolean v
120120 * @param file the file to which the JDOM document should be saved.
121121 * @param validate if true, validate the dom structure before writing to
122122 * file.
123- * @throws ConverterException
123+ * @throws ConverterException when an {@link IOException} happened during the creation of a {@link FileOutputStream}
124124 */
125125 @ Override
126126 public void writeToXml (PathwayModel pathwayModel , File file , boolean validate ) throws ConverterException {
@@ -138,7 +138,7 @@ public void writeToXml(PathwayModel pathwayModel, File file, boolean validate) t
138138 * pathwayModel {@link PathwayModel} data.
139139 *
140140 * @param pathwayModel the pathway model to be written.
141- * @throws ConverterException
141+ * @throws ConverterException when an {@link IOException} happened during the creation of a Jdom
142142 */
143143 @ Override
144144 public Document createJdom (PathwayModel pathwayModel ) throws ConverterException {
0 commit comments