MCPcopy Create free account
hub / github.com/PCGen/pcgen / checkDisplayListsHappy

Method checkDisplayListsHappy

code/src/java/pcgen/io/PCGVer2Parser.java:1377–1384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1375 * ###############################################################
1376 */
1377 private void checkDisplayListsHappy() throws PCGParseException
1378 {
1379 if (!Globals.displayListsHappy())
1380 {
1381 throw new PCGParseException("parseCampaignLines", "N/A", //$NON-NLS-1$ //$NON-NLS-2$
1382 LanguageBundle.getString("Exceptions.PCGenParser.NoCampaignInfo")); //$NON-NLS-1$
1383 }
1384 }
1385
1386 /**
1387 * Retrieve a list of campaigns named on the supplied lines.

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

displayListsHappyMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected