|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||