ti.chimera.service
Class WindowManager.DialogNotClosableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byti.chimera.service.WindowManager.DialogNotClosableException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WindowManager

public static class WindowManager.DialogNotClosableException
extends java.lang.RuntimeException

This exception type is used to abort closing a dialog, if it is not closable for whatever reason. It can, for example, be thrown by the dialog's close-runnable (see Dialog.addCloseRunnable(java.lang.Runnable)).

See Also:
Serialized Form

Constructor Summary
WindowManager.DialogNotClosableException()
           
 
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

WindowManager.DialogNotClosableException

public WindowManager.DialogNotClosableException()