Lines Matching refs:exception
26 /** @file exception
38 #include <bits/exception.h>
48 /** If an %exception is thrown which is not listed in a function's
49 * %exception specification, one of these may be thrown.
53 class bad_exception : public exception
78 /** The runtime will call this function if %exception handling must be
103 /** The runtime will call this function if an %exception is thrown which
104 * violates the function's %exception specification.
114 * exception-declaration in the matching handler or entering `unexpected()`
120 * %exception can result in a call of 1terminate()`
144 * prints more information about the terminating exception (if any)