Exception Class Hierarchy
Figure 69 shows the Rogue Wave exception classes.
The hierarchy of error types is significant, because when you specify the type of errors for an error handler to catch, it also catches errors of any derived classes.
Figure 69. Exception class hierarchy