edu.rice.cs.util
Class OperationCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OperationCanceledException()
           
 
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

OperationCanceledException

public OperationCanceledException()