|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttcl.lang.JavaTryCmd
public class JavaTryCmd
This class implements the built-in "java::try" command. The command provides access to the java's try-catch-finally construct.
| Constructor Summary | |
|---|---|
JavaTryCmd()
|
|
| Method Summary | |
|---|---|
void |
cmdProc(Interp interp,
TclObject[] argv)
---------------------------------------------------------------------- cmdProc -- This procedure is invoked as part of the Command interface to process the "java::try" Tcl command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaTryCmd()
| Method Detail |
|---|
public void cmdProc(Interp interp,
TclObject[] argv)
throws TclException
cmdProc in interface CommandTclException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||