public class DefaultErrorWindowFactory extends Object implements ErrorWindowFactory
ErrorWindowFactory. Displays error details using an ErrorWindow.| Constructor and Description |
|---|
DefaultErrorWindowFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
showError(ErrorDetails details)
Displays the error details creating a new instance of
ErrorWindow. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisProductionModepublic void showError(ErrorDetails details)
ErrorWindow. The error window is
displayed on the screen by invoking Dialog.open().showError in interface ErrorWindowFactorydetails - the error details to displayCopyright © 2017–2023 Flowing Code. All rights reserved.