in reply to Re: How to say 'oops' in OOPs?
in thread How to say 'oops' in OOPs?

I would say that a lot depends on how OO your system is.

Exception throwing vs. returning error values is a separate issue from whether your system is OO or not. You can have non-OO systems that throw exceptions. You can have OO systems that return error objects.