Package com.ddtek.xmlconverter.exception

Contains Exceptions thrown by DataDirect XML Converters

See:
          Description

Exception Summary
ConverterArgumentException This exception is thrown if Converter.convert is called with an incorrect Source or Result argument.
ConverterCancelledException This exception is created if the user application calls Conversion.cancel().
ConverterException Most Exceptions from DataDirect XML Converters are reported as instances of this exception or its subclasses.
EmptyFileException This exception may be thrown by the dBase converter.
InternalConverterError This exception is thrown if an internal error is dectected in a DataDirect XML Converter.
InvalidFormatException This exception is thrown if invalid data is detected when converting non-XML data to XML.
StreamClosedException Exception thrown to indicate the converter is no longer accepting input data.
 

Package com.ddtek.xmlconverter.exception Description

Contains Exceptions thrown by DataDirect XML Converters