Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.hale.common.core.io.IOProviderConfigurationException

Packages that use IOProviderConfigurationException
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.core.io   
eu.esdihumboldt.hale.common.core.io.impl   
eu.esdihumboldt.hale.common.core.io.project.impl   
eu.esdihumboldt.hale.common.instance.io   
eu.esdihumboldt.hale.common.instance.io.impl   
eu.esdihumboldt.hale.doc.user.examples.internal.extension   
eu.esdihumboldt.hale.io.codelist.xml.reader   
eu.esdihumboldt.hale.io.csv.reader.internal   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.html   
eu.esdihumboldt.hale.io.oml   
eu.esdihumboldt.hale.io.project.jaxb.reader   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.io.xml.validator   
eu.esdihumboldt.hale.io.xsd.reader   
eu.esdihumboldt.hale.ui.style.io.impl   
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.align.io.impl
 

Methods in eu.esdihumboldt.hale.common.align.io.impl that throw IOProviderConfigurationException
protected  IOReport DefaultAlignmentWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport DefaultAlignmentReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 void AbstractAlignmentWriter.validate()
          Checks for the alignment being available.
 void AbstractAlignmentReader.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.core.io
 

Methods in eu.esdihumboldt.hale.common.core.io that throw IOProviderConfigurationException
 IOReport IOProvider.execute(ProgressIndicator progress)
          Execute the I/O provider.
 void IOProvider.validate()
          Validate the I/O provider configuration
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.core.io.impl
 

Methods in eu.esdihumboldt.hale.common.core.io.impl that throw IOProviderConfigurationException
 IOReport AbstractImportProvider.execute(ProgressIndicator progress)
           
 IOReport AbstractIOProvider.execute(ProgressIndicator progress)
           
protected abstract  IOReport AbstractIOProvider.execute(ProgressIndicator progress, IOReporter reporter)
          Execute the I/O provider.
protected  void AbstractIOProvider.fail(String message)
          Fail validation or execution if the configuration is not valid
 void AbstractImportProvider.validate()
           
 void AbstractIOProvider.validate()
           
 void AbstractExportProvider.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.core.io.project.impl
 

Methods in eu.esdihumboldt.hale.common.core.io.project.impl that throw IOProviderConfigurationException
protected  IOReport DefaultProjectReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ArchiveProjectReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport DefaultProjectWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ArchiveProjectWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 void DefaultProjectWriter.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.instance.io
 

Methods in eu.esdihumboldt.hale.common.instance.io that throw IOProviderConfigurationException
 void InstanceWriter.checkCompatibility()
          Validate the basic InstanceWriter configuration, to determine if the target schema (and instances if set) are compatible to the writer.
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.common.instance.io.impl
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl that throw IOProviderConfigurationException
 void AbstractInstanceWriter.checkCompatibility()
           
 void AbstractInstanceValidator.validate()
          Additionally fails if there are no schemas set
 void AbstractInstanceWriter.validate()
          Additionally checks for instances.
 void AbstractInstanceReader.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.doc.user.examples.internal.extension
 

Constructors in eu.esdihumboldt.hale.doc.user.examples.internal.extension that throw IOProviderConfigurationException
ExampleProject(String id, org.eclipse.core.runtime.IConfigurationElement conf)
          Create an example project from a configuration element.
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.codelist.xml.reader
 

Methods in eu.esdihumboldt.hale.io.codelist.xml.reader that throw IOProviderConfigurationException
protected  IOReport XmlCodeListReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.csv.reader.internal
 

Methods in eu.esdihumboldt.hale.io.csv.reader.internal that throw IOProviderConfigurationException
protected  IOReport CSVSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport CSVInstanceReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 void CSVSchemaReader.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.gml.reader.internal
 

Methods in eu.esdihumboldt.hale.io.gml.reader.internal that throw IOProviderConfigurationException
protected  IOReport StreamGmlReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.gml.writer.internal
 

Methods in eu.esdihumboldt.hale.io.gml.writer.internal that throw IOProviderConfigurationException
 void StreamGmlWriter.checkCompatibility()
           
protected  IOReport StreamGmlWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 void StreamGmlWriter.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.html
 

Methods in eu.esdihumboldt.hale.io.html that throw IOProviderConfigurationException
protected  IOReport HtmlMappingExporter.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.oml
 

Methods in eu.esdihumboldt.hale.io.oml that throw IOProviderConfigurationException
protected  IOReport OmlReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.project.jaxb.reader
 

Methods in eu.esdihumboldt.hale.io.project.jaxb.reader that throw IOProviderConfigurationException
protected  IOReport ProjectParser.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.shp.reader.internal
 

Methods in eu.esdihumboldt.hale.io.shp.reader.internal that throw IOProviderConfigurationException
protected  IOReport ShapeInstanceReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ShapeSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.xml.validator
 

Methods in eu.esdihumboldt.hale.io.xml.validator that throw IOProviderConfigurationException
protected  IOReport XmlInstanceValidator.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.io.xsd.reader
 

Methods in eu.esdihumboldt.hale.io.xsd.reader that throw IOProviderConfigurationException
protected  IOReport XmlSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 void XmlSchemaReader.validate()
           
 

Uses of IOProviderConfigurationException in eu.esdihumboldt.hale.ui.style.io.impl
 

Methods in eu.esdihumboldt.hale.ui.style.io.impl that throw IOProviderConfigurationException
protected  IOReport SLDStyleReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport SLDStyleWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 void AbstractStyleWriter.validate()
           
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d