org.jmacs
Class CmdNotRecognisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmacs.CmdException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmdNotRecognisedException
public CmdNotRecognisedException(Object cmd)
- creates new instance.
jmacs.org