ERROR | None of the output method (DOM, SAX, Stream) is selected |
CAUSE | User is trying to process an XML file with out selecting any mechanism for output. |
ACTION | User must select one of the output mechanisms (SAX/DOM/Stream) before attempting to process the XML file. |