ca.nengo.config.ui
Class ConfigExceptionHandler
java.lang.Object
ca.nengo.config.ui.ConfigExceptionHandler
public class ConfigExceptionHandler
- extends java.lang.Object
Handles UI-generated exceptions consistently.
- Author:
- Bryan Tripp
|
Method Summary |
static void |
handle(java.lang.Exception e,
java.lang.String userMessage,
java.awt.Component parentComponent)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BUG_MESSAGE
public static java.lang.String DEFAULT_BUG_MESSAGE
ConfigExceptionHandler
public ConfigExceptionHandler()
handle
public static void handle(java.lang.Exception e,
java.lang.String userMessage,
java.awt.Component parentComponent)
- Parameters:
e - Exeption to handleuserMessage - A message that can be shown to the userparentComponent - UI component to which exception is related (can be null)