com.iver.andami.ui.mdiManager
Class SingletonDialogAlreadyShownException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.iver.andami.ui.mdiManager.SingletonDialogAlreadyShownException
All Implemented Interfaces:
java.io.Serializable

public class SingletonDialogAlreadyShownException
extends java.lang.RuntimeException

Excepción lanzada cuando un Dialogo modal intenta mostrar una vista singleton que ya ha sido mostrada. Esto obligaría a traerla al frente y debido a que el que intenta la acción es un diálogo modal, se aborta mediante esta excepción.

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
SingletonDialogAlreadyShownException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingletonDialogAlreadyShownException

public SingletonDialogAlreadyShownException()