better message
This commit is contained in:
parent
0aaaa336d9
commit
6b94feaead
|
@ -75,7 +75,7 @@ public class Msq {
|
||||||
versionInfo.validate();
|
versionInfo.validate();
|
||||||
Page page = findPage();
|
Page page = findPage();
|
||||||
if (page.constant.isEmpty())
|
if (page.constant.isEmpty())
|
||||||
throw new IllegalStateException("No data?");
|
throw new IllegalStateException("Empty Msq file");
|
||||||
XmlUtil.writeXml(this, Msq.class, outputXmlFileName);
|
XmlUtil.writeXml(this, Msq.class, outputXmlFileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue