Serialized Form


Package tcl.lang

Class tcl.lang.PackageNameException extends RuntimeException implements Serializable

Serialized Fields

className

String className

Class tcl.lang.TclException extends Exception implements Serializable

Serialized Fields

compCode

int compCode
Stores the completion code of a TclException.


errIndex

int errIndex
An index that indicates where an error occurs inside a Tcl string. This is used to add the offending command into the stack trace. A negative value means the location of the index is unknown. Currently this field is used only by the Jacl interpreter.

Class tcl.lang.TclInterruptedException extends RuntimeException implements Serializable

Serialized Fields

interp

Interp interp

Class tcl.lang.TclNumArgsException extends TclException implements Serializable

Class tcl.lang.TclPosixException extends TclException implements Serializable

Serialized Fields

errno

int errno

Class tcl.lang.TclRuntimeError extends RuntimeException implements Serializable

Class tcl.lang.TclVarException extends TclException implements Serializable



Copyright © 2015. All rights reserved.