tcl.lang.TclRuntimeError -- This class is used to report an unrecoverable errors.
TclRuntimeError(String errMsg)
- String errMsg ()
-
Error message to print out.
- TclRuntimeError
-
TclRuntimeError is used to report an unrecoverable error inside any
Java code that implements the Tcl interpreter or extensions. When a
TclRuntimeError is thrown, it stops Tcl execution immediately and
prints out the error message, errMsg.
panic
Interp, TclException
error, exception, interpreter, panic, return, result
Copyright © 1996-1998 Sun Microsystems, Inc.
Copyright © 1995-1997 Roger E. Critchlow Jr.