Home | History | Annotate | Download | only in Iex

Lines Matching refs:exception

43 //	A general exception base class, and a few
49 #include <exception>
55 // Tell MS VC++ to suppress exception specification warnings
60 // Our most basic exception class
63 class BaseExc: public std::string, public std::exception
86 // Convenient methods to change the exception's text
109 // Stack trace for the point at which the exception
124 // A macro to save typing when declararing an exception
153 DEFINE_EXC (MathExc, BaseExc) // Arithmetic exception; more specific
162 DEFINE_EXC (NoImplExc, BaseExc) // Missing method exception e.g. from a
180 // class BaseExc's constructor every time an exception derived from
189 // removes the current stack tracing routine. When an exception