jfb.tools.activitymgr.ui.dialogs
Class DialogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jfb.tools.activitymgr.AbstractException
              extended by jfb.tools.activitymgr.AbstractTechnicalException
                  extended by jfb.tools.activitymgr.ui.util.UITechException
                      extended by jfb.tools.activitymgr.ui.dialogs.DialogException
All Implemented Interfaces:
java.io.Serializable

public class DialogException
extends UITechException

Exception utilisée dans les dialogues.

See Also:
Serialized Form

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

DialogException

public DialogException(java.lang.String message,
                       org.eclipse.swt.widgets.Control control)
Constructeur par défaut.

Parameters:
message - le message d'erreur.
control - le contrôle à l'origine de la levée de l'exception.
Method Detail

getControl

public org.eclipse.swt.widgets.Control getControl()
Returns:
le contrôle à l'origine de la levée de l'exception.