JMACS

org.jmacs
Class CmdUsageException

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

public class CmdUsageException
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
CmdUsageException(String advice)
          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

CmdUsageException

public CmdUsageException(String advice)
creates new instance.


JMACS

jmacs.org