com.ddtek.xmlconverter.exception
Class EmptyFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.ddtek.xmlconverter.exception.ConverterException
com.ddtek.xmlconverter.exception.InvalidFormatException
com.ddtek.xmlconverter.exception.EmptyFileException
- All Implemented Interfaces:
- Serializable
- public class EmptyFileException
- extends InvalidFormatException
This exception may be thrown by the dBase converter.
When converting a dBase file to XML, or an XML file to dBase, it the source
data file does not contain certain required information, this exception will be thrown.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |