home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16092.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  281 b   |  6 lines

  1. An exception need not be an error.  You can use exception handling
  2. to transfer control when you do not want an activity to proceed.
  3. For example, if client code attempts to add an element to a queue
  4. object that is full, the queue object could respond by throwing
  5. an exception.
  6.