Nicolas Michael wrote:

Those exceptions are exceptions that we are throwing ourselves.

Within library B, one method b1() cannot find some data it is looking for, so 
it is creating an exception object (a subclass of our own Exception base class) 
and throwing it. This exception is then caught in method b2() of the same lib, 
which is throwing it again. It should then be caught by an exception handler in 
lib A -- which it seems is not happening.
Is the exception thrown in method b2() inside or outside the signal
handler?

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to