home *** CD-ROM | disk | FTP | other *** search
- Use an exception specification to restrict the exceptions that a
- function can throw. If a function throws an exception that is not
- allowed in the exception specification, the system-defined handler
- unexpected() is called. The effect is the same whether the
- function throws the exception directly or indirectly.
-