Does anyone have any guidelines on when you'd use catch/throw
vs. raise/rescue. The two mechanisms have some small differences, but 
basically seem to have parallel facilties. As I'm trying to document
them, I'd appreciate any insights.

Thanks


Dave