Uses of Class
org.openlca.dataconversion.ConverterException

Uses of ConverterException in org.openlca.dataconversion
 

Methods in org.openlca.dataconversion that throw ConverterException
 ConversionData Converter.convert(LCADocument document, DataFormat targetFormat, java.io.File targetDir)
          Converts a single LCA document into a given target directory.
 java.util.List<ConversionData> Converter.convert(java.util.List<LCADocument> documents, DataFormat targetFormat, java.io.File targetDir)
          Converts a list of LCA documents into a given target directory.
 java.util.List<FlowProperty> Converter.getFlowProperties()
          Returns ELCD flow properties, used to assign to units for data conversion into the ELCD format.
static Converter Converter.getInstance()
          Returns the singleton instance of the converter.
 LCADocument LCADocumentBuilder.getLCADocument(java.io.File file)
          Returns an LCADocument from a given file.
 LCADocument Converter.getLCADocument(java.io.File sourceFile)
          Returns the LCA document for a given file or throws a ConverterException.
 java.util.List<LCADocument> Converter.getLCADocuments(java.io.File sourceDir)
          Returns LCADocuments from a given directory.
 java.util.List<org.jdom.Document> LCADocument.getMetaDocuments()
          Returns a list of meta documents created from the source file.
 org.jdom.Document LCADocumentTransformer.getResultDocument(org.jdom.Document sourceDocument, java.io.InputStream xsltStream, ConversionData conversionData)
          Returns a transformed Document.
 DataFormat[] LCADocument.getTargetFormats()
          Returns the possible target formats.
 java.io.File LCADocumentOutputter.output(org.jdom.Document document, java.lang.String newFileName, java.io.File targetDir, int type)
          Saves a given XML document.
 java.io.File LCADocumentOutputter.output(java.io.File file, java.lang.String newFileName, java.io.File targetDir, int type)
          Copies a given file to a target directory.
 void LCADocumentOutputter.prepareDirectory(java.io.File targetDir, int formatKey)
          Creates a format specific directory structure in the given target directory.
 

Constructors in org.openlca.dataconversion that throw ConverterException
DataFormat(int type)
          Creates a new instance of DataFormat.