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