org.objectweb.jac.aspects.gui
Class TimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jac.aspects.gui.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
TimeoutException(DialogView dialog)
           
 
Method Summary
 DialogView getDialog()
           
 
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

TimeoutException

public TimeoutException(DialogView dialog)
Method Detail

getDialog

public DialogView getDialog()