Transcription: After defining a set of exception classes, you will 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.