Uses of Class
org.cishell.service.conversion.ConversionException

Packages that use ConversionException
org.cishell.service.conversion Provides interfaces for the CIShell Data Conversion Service. 
 

Uses of ConversionException in org.cishell.service.conversion
 

Methods in org.cishell.service.conversion that throw ConversionException
 Data Converter.convert(Data data)
          Uses this Converter to convert the given Data object to a new format.
 Data DataConversionService.convert(Data data, String outFormat)
          Tries to convert a given Data object to the specified output format