java 写入xml一异常 org.dom4j.DocumentException

org.dom4j.DocumentException: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
什么问题

你确定引入了dom4j的jar包吗?

http://bbs.csdn.net/topics/360038169

文件过早结束。嵌套异常:文件过早结束。
检查一下XML

文件没有正确结束,把XML文件贴出来检查一下吧