#Handle Err In Constructr
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 !!