home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17134.TXT < prev    next >
Encoding:
Text File  |  1993-09-02  |  306 b   |  6 lines

  1. Exception classes can be nested in container classes.  Nesting the
  2. exception classes allows you to define a specific set of
  3. exceptions for each container class.  For example, you can define
  4. the exception classes "Full" and "Empty" in different container
  5. classes without causing name-space collisions.
  6.