Uses of Class
org.apache.ddlutils.io.DataWriterException

Packages that use DataWriterException
org.apache.ddlutils.io The org.apache.ddlutils.io package contains a classes for input and output of both the database schemas and data files. 
 

Uses of DataWriterException in org.apache.ddlutils.io
 

Methods in org.apache.ddlutils.io that throw DataWriterException
 void DataWriter.write(java.util.Collection beans)
          Writes the beans contained in the given collection.
 void DataWriter.write(java.util.Iterator beans)
          Writes the beans contained in the given iterator.
 void DataWriter.write(SqlDynaBean bean)
          Writes the given bean.
 void DataWriter.writeDocumentEnd()
          Writes the end of the XML document, i.e.
 void DataWriter.writeDocumentStart()
          Writes the start of the XML document, i.e.
 

Constructors in org.apache.ddlutils.io that throw DataWriterException
DataWriter(java.io.OutputStream output)
          Creates a data writer instance using UTF-8 encoding.
DataWriter(java.io.OutputStream output, java.lang.String encoding)
          Creates a data writer instance.
DataWriter(java.io.Writer output, java.lang.String encoding)
          Creates a data writer instance using the specified writer.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.