Posted by Thomas Mlynarczyk on 11/01/94 11:32
Also sprach Umberto Salsi:
> "Thomas Mlynarczyk" <blue_elephant55@hotmail.com> wrote:
>> What I'm looking for is the best suited general return value for
>> cases where an operation could not be successfully completed as
>> expected and the function is not able to fix the error by itself and
>> the error is of a nature where "drastic measures" like throwing an
>> error or an exception would be inappropriate.
> You might return the handle to an object created specifically to
> indicate the error condition:
[code example]
Thanks for this interesting suggestion. That would indeed solve all
ambiguity problems.
Greetings,
Thomas
Navigation:
[Reply to this message]
|