public class CSVDBToXMLConverter
extends java.lang.Object
Constructor and Description |
---|
CSVDBToXMLConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The all-powerful Main!
|
public static void main(java.lang.String[] args) throws java.io.IOException, javax.xml.bind.JAXBException
args
- java.io.IOException
- This exception will be thrown if main can't handle the files
correctly. Mostly the CSV file.javax.xml.bind.JAXBException
- This exception will be thrown if main can't handle the XML
file.