home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A171241.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  190 b   |  4 lines

  1. The class template Stack contains three exception classes.  Each
  2. is derived from the abstract base class Exception.  Each exception
  3. class overloads two functions:  Name() and ErrorNum().
  4.