Uses of Class
pl.edu.agh.cast.importer.base.exceptions.ConversionRuleException

Packages that use ConversionRuleException
pl.edu.agh.cast.importer.base.converter Provides CAST Importer base classes used for the data conversion during the import process. 
pl.edu.agh.cast.importer.base.converter.rules Provides CAST Importer base classes representing conversion rules/strategies and their utility classes, used by the import converters. 
pl.edu.agh.cast.importer.base.exceptions Provides CAST Importer base classes representing exceptions. 
pl.edu.agh.cast.importer.base.general Provides CAST Importer base classes for the general domain model. 
 

Uses of ConversionRuleException in pl.edu.agh.cast.importer.base.converter
 

Methods in pl.edu.agh.cast.importer.base.converter with parameters of type ConversionRuleException
protected  void AbstractImportConverter.logTokenError(DataRow row, ConversionRuleException e, ErrorType errorType, List<IImportLogger> loggers)
           
protected  void AbstractImportConverter.logTokenError(DataRow row, ConversionRuleException e, List<IImportLogger> loggers)
           
 

Methods in pl.edu.agh.cast.importer.base.converter that throw ConversionRuleException
protected abstract  void AbstractImportConverter.convertRow(DataRow dataRow, int rowIndex, T dataSet, List<IImportLogger> loggers)
          Converts a specified data row and adds the relation, included within the row, to the specified data set.
 

Uses of ConversionRuleException in pl.edu.agh.cast.importer.base.converter.rules
 

Methods in pl.edu.agh.cast.importer.base.converter.rules that throw ConversionRuleException
 String AbstractStringSingleColumnConversionRule.fetchDomainField(DataRow row)
          Filters and processes a given row, in order to fetch a String field value.
 Date AbstractDateSingleColumnConversionRule.fetchDomainField(DataRow row)
          Filters and processes a given row, in order to fetch a Date field value.
protected  Date AbstractDateDoubleColumnConversionRule.getDate(DataRow row)
          Retrieves the date value for a specified data row.
 Integer AbstractIntegerSingleColumnConversionRule.getInteger(DataRow row)
          Returns integer value retrieved from input row.
 String AbstractDirectedGraphConversionRule.getSourceNode(DataRow row)
          Returns source node.
 String AbstractDirectedGraphConversionRule.getTargetNode(DataRow row)
          Returns target node.
 

Uses of ConversionRuleException in pl.edu.agh.cast.importer.base.exceptions
 

Subclasses of ConversionRuleException in pl.edu.agh.cast.importer.base.exceptions
 class EmptyValueConversionRuleException
          Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot be done due to the value being empty.
 class WrongValueConversionRuleException
          Thrown when a ConversionRule tries to convert a given data row into a specified data type, which cannot be done due to the value being incorrect (i.e.
 

Uses of ConversionRuleException in pl.edu.agh.cast.importer.base.general
 

Methods in pl.edu.agh.cast.importer.base.general that throw ConversionRuleException
protected  void GeneralImportConverter.convertRow(DataRow dataRow, int rowIndex, IGeneralDataSet<IGeneralElement> dataSet, List<IImportLogger> loggers)
           
 Date DateSingleColumnConversionRule.getDate(DataRow row)
          Retrieves the date value for a specified data row.
 Date DateDoubleColumnConversionRule.getDate(DataRow row)
          Retrieves the date value for a specified data row.
 Date IDateConversionRule.getDate(DataRow row)
          Retrieves the date value for a specified data row.
 String DirectedGraphConversionRule.getSourceNode(DataRow row)
          Returns source node.
 String SourceNodeSingleColumnConversionRule.getSourceNode(DataRow row)
          Retrieves the source node value for a specified data row.
 String ISourceNodeConversionRule.getSourceNode(DataRow row)
          Retrieves the source node value for a specified data row.
 String DirectedGraphConversionRule.getTargetNode(DataRow row)
          Returns target node.
 String ITargetNodeConversionRule.getTargetNode(DataRow row)
          Retrieves the target node value for a specified data row.
 String TargetNodeSingleColumnConversionRule.getTargetNode(DataRow row)
          Retrieves the target node value for a specified data row.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.