qflib 0.98.1

de.qfs.lib.command
Class CommandException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.qfs.lib.command.CommandException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CancelCommandException, DialogCommandException, MessageCommandException, UnhandledCommandException

public class CommandException
extends java.lang.Exception

This is the base class for exceptions thrown during the execution of Commands.

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

Constructor Summary
CommandException(java.lang.String message)
          Create a new CommandException.
 
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

CommandException

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

qflib 0.98.1