Woodstox : Handling Exceptions Related to Mal-Formed XML
Overview In this article, we shall demonstrate handling of exception when XML is not well formed. Create employee.xml as shown below. Note that this XML document is not well-formed e.g. the ‘salary’ end element is not properly closed (see line 4 below). Create TestXmlException class. Note that XMLStreamException is caught and error message is redirected … Read more