| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.Exception> |
exception
The exception displayed in this Dialog.
|
javafx.beans.property.StringProperty |
introText
The intro text to display in this Dialog.
|
| Constructor and Description |
|---|
ExceptionDialog()
Creates an empty ExceptionDialog with a default intro text, graphic and title.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ObjectProperty<java.lang.Exception> |
exceptionProperty()
The exception displayed in this Dialog.
|
java.lang.Exception |
getException()
Gets the value of the property exception.
|
java.lang.String |
getIntroText()
Gets the value of the property introText.
|
javafx.beans.property.StringProperty |
introTextProperty()
The intro text to display in this Dialog.
|
void |
setException(java.lang.Exception ex)
Sets the value of the property exception.
|
void |
setIntroText(java.lang.String text)
Sets the value of the property introText.
|
autoHideProperty, buildEventDispatchChain, contentProperty, contentTextProperty, getButtons, getContent, getContentText, getGraphic, getId, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getTitle, getTitleText, graphicProperty, hide, idProperty, isAutoHide, isFullscreen, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, setAutoHide, setContent, setContentText, setGraphic, setId, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResult, setTitle, setTitleText, showAndWait, showingProperty, titleProperty, titleTextPropertypublic final javafx.beans.property.ObjectProperty<java.lang.Exception> exceptionProperty
getException(),
setException(Exception)public final javafx.beans.property.StringProperty introTextProperty
StringProperty with the text to displaypublic ExceptionDialog()
public final javafx.beans.property.ObjectProperty<java.lang.Exception> exceptionProperty()
getException(),
setException(Exception)public final void setException(java.lang.Exception ex)
public final java.lang.Exception getException()
public final javafx.beans.property.StringProperty introTextProperty()
StringProperty with the text to displaypublic final void setIntroText(java.lang.String text)
public final java.lang.String getIntroText()