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. */
50 class bad_exception : public exception
78 /** The runtime will call this function if %exception handling must be
90 /** The runtime will call this function if an %exception is thrown which
91 * violates the function's %exception specification. */
96 * exception-declaration in the matching handler or entering @c unexpected()
102 * %exception can result in a call of @c terminate()
123 * prints more information about the terminating exception (if any)