org.ocd.cmdmgr
Class ActionCreationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.cmdmgr.ActionCreationException
All Implemented Interfaces:
java.io.Serializable

public class ActionCreationException
extends java.lang.Exception

Since:
$Date: 2002/03/29 08:01:12 $
Version:
$Revision: 1.1 $
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)
See Also:
Serialized Form

Constructor Summary
ActionCreationException()
          Creates new ActionCreationException without detail message.
ActionCreationException(java.lang.String msg)
          Constructs an ActionCreationException with the specified detail message.
 
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

ActionCreationException

public ActionCreationException()
Creates new ActionCreationException without detail message.

ActionCreationException

public ActionCreationException(java.lang.String msg)
Constructs an ActionCreationException with the specified detail message.
Parameters:
msg - the detail message.