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

Method showErrorMessage

code/src/java/pcgen/facade/core/UIDelegate.java:71–71  ·  view source on GitHub ↗

Displays an ok dialog with a message and error icon. @param title the title for the dialog box @param message the message to display

(String title, String message)

Source from the content-addressed store, hash-verified

69 * @param message the message to display
70 */
71 void showErrorMessage(String title, String message);
72
73 /**
74 * Displays an ok dialog with a message and information icon.

Callers 15

saveCharacterMethod · 0.95
validateAddLevelMethod · 0.65
setScoreBaseMethod · 0.65
addDomainMethod · 0.65
addPurchasedEquipmentMethod · 0.65
addTemplateMethod · 0.65
removeTemplateMethod · 0.65
removeAbilityMethod · 0.65
checkAbilityQualifyMethod · 0.65
setNameMethod · 0.65

Implementers 3

PCGenFramecode/src/java/pcgen/gui2/PCGenFrame.ja
ConsoleUIDelegatecode/src/java/pcgen/system/ConsoleUIDe
MockUIDelegatecode/src/testcommon/pcgen/gui2/facade/

Calls

no outgoing calls

Tested by

no test coverage detected