public final class ValidationAlerts
extends java.lang.Object
Alert dialogs.| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.control.Alert |
error(de.carne.util.validation.ValidationException e)
Creates an
Alert of type Alert.AlertType.ERROR and set it up using the submitted
ValidationException. |
public static javafx.scene.control.Alert error(de.carne.util.validation.ValidationException e)
Alert of type Alert.AlertType.ERROR and set it up using the submitted
ValidationException.e - The ValidationException providing the alert details.