Exception Handling and I/O
Write a program that accepts a comma delimited text file and produces an html file with an ordered list. Data separated by a comma in the input file appears in separate list items in the output file Log exceptions that occur during runtime. Among them is the InvalidWordException. Others may occur as well. The log file should include: ... and whatever other information you think would be useful to system administrators.