Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface ExceptionDialogBuilder
- All Superinterfaces:
DialogBuilder<ExceptionDialogBuilder>
An exception dialog builder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyValue<Boolean> Specifies whether an ExceptionPanel should include system properties in the detail panel Value type: Boolean Default value: true -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplays the exception dialogsystemProperties(boolean systemProperties) Methods inherited from interface is.codion.swing.common.ui.dialog.DialogBuilder
icon, keyEvent, location, locationRelativeTo, onBuild, owner, owner, title, title
-
Field Details
-
SYSTEM_PROPERTIES
Specifies whether an ExceptionPanel should include system properties in the detail panel- Value type: Boolean
- Default value: true
-
-
Method Details
-
message
- Parameters:
message- the message to display- Returns:
- this builder instance
-
systemProperties
- Parameters:
systemProperties- true if system properties should be displayed- Returns:
- this builder instance
- See Also:
-
show
Displays the exception dialog- Parameters:
exception- the exception to display
-