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

Method errorPrintLocalised

code/src/java/pcgen/util/Logging.java:219–223  ·  view source on GitHub ↗

Print a localized error message from the passed in key. If the application is in Debug mode will also issue a beep. @param aKey A key for the localized string in the language bundle

(final String aKey)

Source from the content-addressed store, hash-verified

217 * @param aKey A key for the localized string in the language bundle
218 */
219 public static void errorPrintLocalised(final String aKey)
220 {
221 final String msg = LanguageBundle.getString(aKey);
222 errorPrint(msg);
223 }
224
225 /**
226 * Print a localized error message including parameter substitution. The

Callers 13

passesMethod · 0.95
passesMethod · 0.95
passesMethod · 0.95
toHtmlStringMethod · 0.95
removeAbilityMethod · 0.95
parseAspectStringMethod · 0.95
DescriptionMethod · 0.95
getTestMethod · 0.95
passesMethod · 0.95
toHtmlStringMethod · 0.95
parseDomainLineMethod · 0.95
storeObjectMethod · 0.95

Calls 3

getStringMethod · 0.95
errorPrintMethod · 0.95
getFormattedStringMethod · 0.95

Tested by 5

passesMethod · 0.76
passesMethod · 0.76
passesMethod · 0.76
toHtmlStringMethod · 0.76
getTestMethod · 0.76