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

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
OperationCanceledException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

OperationCanceledException

public OperationCanceledException()