org.ocd.cmdmgr
Class InvalidCmdException

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

public class InvalidCmdException
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
InvalidCmdException()
          Creates new InvalidCmdException without detail message.
InvalidCmdException(java.lang.String msg)
          Constructs an InvalidCmdException 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

InvalidCmdException

public InvalidCmdException()
Creates new InvalidCmdException without detail message.

InvalidCmdException

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