~~NOTRANS~~ ~~Title: Show an Exception With Stack Trace~~ 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. {{:applications:error.png?nolink|}} The detail button will show the stack trace. {{:applications:stack.png?nolink|}}