edu.rice.cs.util
Class OperationCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rice.cs.util.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 4314 2008-01-30 00:08:33Z mgricken $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationCanceledException
public OperationCanceledException()