260261262263264265266
public Alert alert() { if (currentAlert != null) { return currentAlert; } throw new NoAlertPresentException(); }