comparison src/java/de/intevation/mxd/writer/IWriter.java @ 120:11d63bf00326

Changed exception handling and logging in writer classes.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 16 Jun 2011 14:49:45 +0200
parents c285ed08b72c
children df4e0946ef02
comparison
equal deleted inserted replaced
119:84f202b6aa65 120:11d63bf00326
9 */ 9 */
10 public interface IWriter { 10 public interface IWriter {
11 /** 11 /**
12 * Write the content. 12 * Write the content.
13 */ 13 */
14 boolean write(Document doc) throws Exception; 14 boolean write(Document doc);
15 } 15 }
16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 16 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)