02.03.2014 Views

Tornado

Tornado

Tornado

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

B<br />

Tcl<br />

if {$defaultTaskId == 0} {<br />

error "No default task has been established."<br />

}<br />

Because every error message and error code must be described in the<br />

procedure header in the ERRORS: block, it is sometimes useful to call error in<br />

order to replace an underlying error message with an error expressed in terms<br />

directly relevant to the current procedure. For example:<br />

B<br />

if [catch "wtxObjModuleLoad $periodModule" status] {<br />

error "Cannot add period support module to Target ($status)"<br />

}<br />

337

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!