FileDocCategorySizeDatePackage
NoSuchCommandException.javaAPI DocJBoss 4.2.11584Fri Jul 13 21:02:16 BST 2007org.jboss.console.twiddle.command

NoSuchCommandException

public class NoSuchCommandException extends CommandException
Throw to indicate that a requested command does not exist.
version
$Revision: 57191 $
author
Jason Dillon

Fields Summary
Constructors Summary
public NoSuchCommandException(String name)
Construct a NoSuchCommandException with the specified invalid command name.

param
name Command name.

      super("No such command named '" + name + "'");
   
Methods Summary