Uses of Class
org.lsst.ccs.shell.CLIException

Packages that use CLIException
org.lsst.ccs.shell   
 

Uses of CLIException in org.lsst.ccs.shell
 

Subclasses of CLIException in org.lsst.ccs.shell
 class TokenException
          Exception pointing at the token which caused it.
 

Methods in org.lsst.ccs.shell that return CLIException
static CLIException CLIException.createAmbiguousCommandExc(String commandName, int argCount)
           
static CLIException CLIException.createCommandNotFound(String commandName)
           
static CLIException CLIException.createCommandNotFoundForArgNum(String commandName, int argCount)
           
 

Methods in org.lsst.ccs.shell that throw CLIException
 Object LocalShellCommand.invoke(Object[] parameters)
           
abstract  Object ShellCommand.invoke(Object[] parameters)
           
 ShellCommand CommandTable.lookupCommand(String discriminator, List<Token> tokens)
           
 void Shell.processLine(String line)
          You can operate Shell linewise, without entering the command loop.
 



Copyright © 2013 LSST. All Rights Reserved.