| java.lang.Object tcl.lang.JavaTryCmd
JavaTryCmd | public class JavaTryCmd implements Command(Code) | | This class implements the built-in "java::try" command. The command
provides access to the java's try-catch-finally construct.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] argv) ----------------------------------------------------------------------
cmdProc --
This procedure is invoked as part of the Command interface to
process the "java::try" Tcl command. |
tmp_exrec | ExRecord tmp_exrec(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] argv) throws TclException(Code) | | ----------------------------------------------------------------------
cmdProc --
This procedure is invoked as part of the Command interface to
process the "java::try" Tcl command. See the user documentation
for details on what it does.
Results:
None.
Side effects:
See the user documentation.
----------------------------------------------------------------------
|
|
|