This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setup.exe exception handling guidelines


Hello Robert,

Tuesday, April 30, 2002, 1:09:48 PM, you wrote:

[snip]

RC> Exceptions that can be thrown:

RC> I'm going to create a base Exception class, from which all thrown
RC> exceptions should derive. No char/string or String exceptions are
RC> allowed. This allows a generic catch-all Exception handler, and by
RC> subclassing, more specific handlers can sit in front of it.

What about the standard C++ library exception class ? In the recent threads
regarding setup and libgetopt++ I red that we libstdc++ can be used
now ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]