public interface IExceptionDialogDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
displayDialog()
opens exception dialog in current UI thread
|
void |
setMessage(java.lang.String lstrMessage)
main body text for exception dialog
|
void |
setThrowable(java.lang.Throwable lThrowable)
actual exception object to extract actual error message and stack trace for advance area of exception
dialog
|
void |
setTitle(java.lang.String lstrTitle)
title text for exception dialog
|
void displayDialog()
void setTitle(java.lang.String lstrTitle)
void setMessage(java.lang.String lstrMessage)
void setThrowable(java.lang.Throwable lThrowable)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.