Files
pvData/pvDataApp/misc
Michael Davidsaver 0c61ac0833 stack traces with any exception class
Define THROW_EXCEPTION(E) which takes an exception class instance,
and uses it to construct an instance of a class which is a subclass
of E and ExceptionMixin.  The original instance is discarded, and
the newly constructed sub-class is thrown.  Equivalent to
"throw E;".

Define THROW_EXCEPTION2(ETYPE,MSG) which takes an exception class
type, and argument.  Directly constructs a ExceptionMixin sub-class
with the given message argument.  Equivalent to
"throw ETYPE(MSG);".

Define PRINT_EXCEPTION2(E, FP) If E is a instance of a sub-class of
ExceptionMixin then write information to FP (FILE*).

Define SHOW_EXCEPTION(E) If E is a instance of a sub-class of
ExceptionMixin then return a std::string with information.
2011-03-07 12:23:51 -05:00
..
2011-03-01 23:02:34 +01:00
2011-02-17 01:21:16 +01:00
2011-01-28 19:50:05 +01:00
2011-02-09 21:07:52 -05:00
2011-02-18 08:17:17 -05:00
2011-02-18 08:17:17 -05:00
2010-12-20 19:47:36 +01:00
2011-01-12 10:28:00 -05:00
2011-02-18 08:17:17 -05:00
2011-01-12 10:28:00 -05:00
2011-02-18 08:17:17 -05:00
2011-02-18 08:17:17 -05:00
2011-02-18 08:17:17 -05:00
2011-02-18 08:17:17 -05:00
2011-01-12 10:28:00 -05:00
2010-12-08 07:10:01 -05:00
2010-12-08 07:10:01 -05:00
2011-01-12 10:28:00 -05:00
2010-12-08 07:10:01 -05:00
2010-12-08 07:10:01 -05:00
2011-02-17 01:21:16 +01:00
2011-02-17 01:21:16 +01:00
2011-02-17 01:21:16 +01:00
2011-02-18 08:17:17 -05:00
2011-02-04 16:22:15 -05:00
2010-12-08 07:10:01 -05:00
2010-12-08 07:10:01 -05:00
2011-02-18 08:17:17 -05:00
2011-02-18 08:17:17 -05:00