Trace: • Open a “Managed” Custom Dialog • Customize an Application Without Derivation • Programatically Application Setup • Defining and Using Application Parameters • Using XmlSecurityManager • Push support • Portlet Integration • Remove Default Padding of Workscreen • Detecting Manual Logout • Show an Exception With Stack Trace
This is an old revision of the document!
If you want to show an Exception as error dialog, simply call
ExceptionHandler.show(new Exception("Expired"));
The command will show a simple Dialog with a text area that contains the error message, a Detail and an OK Button.
The Detail button will show the stack trace.