|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception jfb.tools.activitymgr.AbstractException jfb.tools.activitymgr.AbstractTechnicalException jfb.tools.activitymgr.ui.util.UITechException jfb.tools.activitymgr.ui.dialogs.DialogException
public class DialogException
Exception utilisée dans les dialogues.
Constructor Summary | |
---|---|
DialogException(java.lang.String message,
org.eclipse.swt.widgets.Control control)
Constructeur par défaut. |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DialogException(java.lang.String message, org.eclipse.swt.widgets.Control control)
message
- le message d'erreur.control
- le contrôle à l'origine de la levée de l'exception.Method Detail |
---|
public org.eclipse.swt.widgets.Control getControl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |