edu.rice.cs.drjava.model
Class OperationCanceledException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.rice.cs.drjava.model.OperationCanceledException
- All Implemented Interfaces:
- Serializable
- public class OperationCanceledException
- extends Exception
Indicates that a GUI operation has been canceled, e.g., choosing
a file to save to from a file selection dialog.
- Version:
- $Id: OperationCanceledException.java,v 1.4 2002/02/08 14:22:19 brianstoler Exp $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
OperationCanceledException
public OperationCanceledException()