Posted by ?? on July 16, 2001 at 23:18:24:
In Reply to: Re: try - catch posted by Lil' Viv on July 16, 2001 at 23:08:40:
: : how are you supposed to use the try catch statement in our foo handler
: Well . . . try constructing the foo and catch the baz error, then split it up into the different errors.
: If you are unsure how to use try/catch . . . consult a reference book and look up "Exception Handling," that should help . . .
: how do i catch a baz error... can i catch all erros with one catch statement?