| java.lang.Object java.lang.Throwable java.lang.Exception tcl.lang.TclException tcl.lang.TclVarException
TclVarException | class TclVarException extends TclException (Code) | | This exception is used to report variable errors in Tcl.
|
Constructor Summary | |
| TclVarException(Interp interp, String name1, String name2, String operation, String reason) Creates an exception with the appropiate Tcl error message to
indicate an error with variable access.
Parameters: interp - currrent interpreter. Parameters: name1 - first part of a variable name. Parameters: name2 - second part of a variable name. |
TclVarException | TclVarException(Interp interp, String name1, String name2, String operation, String reason)(Code) | | Creates an exception with the appropiate Tcl error message to
indicate an error with variable access.
Parameters: interp - currrent interpreter. Parameters: name1 - first part of a variable name. Parameters: name2 - second part of a variable name. May be null. Parameters: operation - either "read" or "set". Parameters: reason - a string message to explain why the operation fails.. |
Fields inherited from tcl.lang.TclException | protected int errIndex(Code)(Java Doc)
|
|
|