CompuServe Messages

#Handle Err In Constructr

    09-Jul-94 13:21:02
Sb: #Handle Err In Constructr
Fm: Kwong-hip Chan 70164,112
To: SysOp / All
Please show me a way to handle errors inside a constructor. A constructor does not return a value. It cannot return a NULL or FALSE to the parent program that the constructor encounters an error. Therefore, all the constructor can do is to show an error message. But it cannot tell the parent program to handle this gracefully. Any suggestion ? Thanks in advance !!