home *** CD-ROM | disk | FTP | other *** search
- After defining a set of exception classes, you may want to
- organize them into logical groups. Inheritance is an excellent
- tool to model the hierarchical relationship of exceptions. Common
- behavior is associated with the base classes and more specific
- information and behavior falls into the derived classes.
-