Non-fatal error message with optional stack trace side dish.
(String title, String message, Exception e)
| 2176 | * Non-fatal error message with optional stack trace side dish. |
| 2177 | */ |
| 2178 | static public void showWarning(String title, String message, Exception e) { |
| 2179 | BaseNoGui.showWarning(title, message, e); |
| 2180 | } |
| 2181 | |
| 2182 | |
| 2183 | static public void showError(String title, String message, Throwable e) { |
no test coverage detected