better message

This commit is contained in:
rusefillc 2022-02-12 14:43:21 -05:00
parent 0aaaa336d9
commit 6b94feaead
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class Msq {
versionInfo.validate();
Page page = findPage();
if (page.constant.isEmpty())
throw new IllegalStateException("No data?");
throw new IllegalStateException("Empty Msq file");
XmlUtil.writeXml(this, Msq.class, outputXmlFileName);
}