throw - throw - Throw an error exception with a message
Contents
Bugs, Ideas, Feedback
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please
report such in the category try of the TcllibTrackers [http://core.tcl.tk/tcllib/reportlist]. Please
also report any ideas for enhancements you may have for either package and/or documentation.
When proposing code changes, please provide unifieddiffs, i.e the output of diff-u.
Note further that attachments are strongly preferred over inlined patches. Attachments can be made by
going to the Edit form of the ticket immediately after its creation, and then using the left-most button
in the secondary navigation bar.
Category
Utility
Copyright
Copyright (c) 2015 Miguel Martínez López, BSD licensed
tcllib 1.1 throw(3tcl)
Description
This package provides a forward-compatibility implementation of Tcl 8.6's throw command (TIP 329), for
Tcl 8.5. The code was directly pulled from Tcl 8.6 revision ?, when try/finally was implemented as Tcl
procedure instead of in C.
::throwerror_codeerror_message
throw is merely a reordering of the arguments of the error command. It throws an error with the
indicated error code and error message.
Examples
throw {MYERROR CODE} "My error message"
Keywords
error, return, throw
Name
throw - throw - Throw an error exception with a message
See Also
error(3tcl)
Synopsis
package require Tcl8.59
package require throw?1.1?::throwerror_codeerror_message
________________________________________________________________________________________________________________
