JMACS

org.jmacs
Class CmdNotRecognisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.CmdException
              extended by org.jmacs.CmdNotRecognisedException
All Implemented Interfaces:
Serializable

public class CmdNotRecognisedException
extends CmdException

as may be thrown when impl'ting IDi.IDriver.executeCmd(Serializable, boolean, String).

Version:
$Id$
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
CmdNotRecognisedException(Object cmd)
          creates new instance.
 
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

CmdNotRecognisedException

public CmdNotRecognisedException(Object cmd)
creates new instance.


JMACS

jmacs.org