ERROR - javax.xml.XMLStreamException - Possible Causes of XMLStreamException

Exception Thrown By:Cause
ClassMethod
EventReaderDelegate public void
close()
if there are
errors freeing associated resourcesget
EventReaderDelegate public String
getElementText()
if the current event is not a
START_ELEMENT or if a non text element is encountered next.
EventReaderDelegate public XMLEvent
nextTag()
if anything other
than space characters are encountered.
StreamReaderDelegate public int
nextTag()
if the current
event is not white space
StreamReaderDelegate public String
getElementText()
if the current event is not a
START_ELEMENT or if a non text element is encountered.
StreamReaderDelegate public boolean
hasNext()
if there is a
fatal error detecting the next element.
StreamReaderDelegate public void
close()
if there are
errors freeing associated resources.