public static interface LogUtil.DialogManager
Modifier and Type | Method and Description |
---|---|
void |
addErrorButtons(javax.swing.JDialog dialog,
java.util.List buttonList,
java.lang.String msg,
java.lang.Throwable exc)
Add any buttons to the given list that should show up in the error dialog
|
void addErrorButtons(javax.swing.JDialog dialog, java.util.List buttonList, java.lang.String msg, java.lang.Throwable exc)
dialog
- The dialogbuttonList
- List to put buttons intomsg
- The error messageexc
- The exception that was thrown