edu.neu.ccs.gui
Class CancelledException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.neu.ccs.gui.CancelledException
- All Implemented Interfaces:
- Serializable
- public class CancelledException
- extends Exception
Exception designating that an input operation
was cancelled by the user.
- Since:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CancelledException
public CancelledException()