| java.lang.Object tcl.lang.CatchCmd
CatchCmd | class CatchCmd implements Command(Code) | | This class implements the built-in "catch" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "catch" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "catch" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. exception: TclException - if wrong number of arguments. |
|
|