qflib 0.98.0

de.qfs.lib.command
Class CancelCommandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.qfs.lib.command.CommandException
                    |
                    +--de.qfs.lib.command.CancelCommandException
All Implemented Interfaces:
java.io.Serializable

public class CancelCommandException
extends CommandException

A special exception to signal that a Command has been aborted by the user. It is useful when the user cancels a question dialog or a file selector.

The CommandDistributor will abort silently when it catches this exception.

Version:
$Revision: 1.4 $
Author:
Gregor Schmid
See Also:
Serialized Form

Constructor Summary
CancelCommandException()
          Create a new CancelCommandException.
CancelCommandException(java.lang.String message)
          Create a new CancelCommandException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelCommandException

public CancelCommandException()
Create a new CancelCommandException.

CancelCommandException

public CancelCommandException(java.lang.String message)
Create a new CancelCommandException.
Parameters:
message - A message detailing the reason for the exception.

qflib 0.98.0