Uses of Class
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException

Packages that use ReportWriterException
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Support for writing MasterReport instances to a character stream in XML format. 
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.compounddata   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.inlinedata   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.sql   
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.staticdata   
 

Uses of ReportWriterException in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter that throw ReportWriterException
 void ReportConverter.convertReport(File in, File out, String encoding)
          Parses a report from the old version of the XML report format, and writes a file in the new XML report format.
 void ReportConverter.convertReport(String inName, String outFile, String encoding)
          Parses a report from the old version of the XML report format, and writes a file in the new XML report format.
 void ReportConverter.convertReport(URL in, URL contentBase, Writer w, String encoding)
          Parses a report from the old version of the XML report format, and writes a file in the new XML report format.
static void ReportConverter.main(String[] args)
          The starting point for the conversion utility.
 void TemplatesWriter.write()
          Deprecated. Writes the templates (not yet supported).
 void FunctionsWriter.write()
          Writes the functions to XML.
 void ReportDefinitionWriter.write()
          Writes a report definition to a character stream writer.
abstract  void AbstractXMLDefinitionWriter.write()
          Writes the report definition portion.
 void TemplateWriter.write()
          Writes the report definition portion.
 void StyleWriter.write()
          Writes the style sheet.
 void SubReportDefinitionWriter.write()
          Writes the report definition portion.
 void ObjectWriter.write()
          Writes the description.
 void ReportDescriptionWriter.write()
          Writes a report description element to a character stream writer.
 void StylesWriter.write()
          Writes the ihnerited styles to a character stream writer.
 void DataFactoryWriter.write()
          Writes the report definition portion.
 void ReportConfigWriter.write()
          Writes the report configuration element.
 void ReportConverter.write(MasterReport report, Writer w, URL contentBase, String encoding)
          Writes a report in the new XML format.
 void DataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 void ReportWriter.write(Writer w)
          Writes a report to a character stream writer.
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter that throw ReportWriterException
DataSourceWriter(ReportWriterContext reportWriter, DataSource baseObject, ObjectDescription objectDescription, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indent)
          Creates a new writer.
ObjectWriter(ReportWriterContext reportWriter, Object baseObject, ObjectDescription objectDescription, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter indentLevel)
          Creates a new writer.
 

Uses of ReportWriterException in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.compounddata
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.compounddata that throw ReportWriterException
 void CompoundDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

Uses of ReportWriterException in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.inlinedata
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.inlinedata that throw ReportWriterException
 void TableDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

Uses of ReportWriterException in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.sql
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.sql that throw ReportWriterException
 void JndiConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void ConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void DriverConnectionProviderWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 void SQLDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 void DirectSQLDataFactoryWriteHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 

Uses of ReportWriterException in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.staticdata
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.staticdata that throw ReportWriterException
 void DirectStaticDataFactoryWriterHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.
 void StaticDataFactoryWriterHandler.write(ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataFactory dataFactory)
          Writes a data-source into a XML-stream.