acm.util
Class CancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by acm.util.CancelledException
All Implemented Interfaces:
Serializable

public class CancelledException
extends RuntimeException

This class allows a dialog to signal clients that it has been cancelled. Because CancelledException is a subclass of RuntimeException, this exception need not be declared in throws clauses.

See Also:
Serialized Form

Constructor Summary
CancelledException()
          Creates an CancelledException.
 
Method Summary
 
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

CancelledException

public CancelledException()
Creates an CancelledException.