|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.nengo.config.ui.ConfigExceptionHandler
public class ConfigExceptionHandler
Handles UI-generated exceptions consistently.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_BUG_MESSAGE
|
| Constructor Summary | |
|---|---|
ConfigExceptionHandler()
|
|
| Method Summary | |
|---|---|
static void |
handle(java.lang.Exception e,
java.lang.String userMessage,
java.awt.Component parentComponent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DEFAULT_BUG_MESSAGE
| Constructor Detail |
|---|
public ConfigExceptionHandler()
| Method Detail |
|---|
public static void handle(java.lang.Exception e,
java.lang.String userMessage,
java.awt.Component parentComponent)
e - Exeption to handleuserMessage - A message that can be shown to the userparentComponent - UI component to which exception is related (can be null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||