|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Used when throwing exceptions from the proc_utils functions. More...
#include <proc_utils.h>


Public Member Functions | |
| procutils_error (char *msg) | |
Used when throwing exceptions from the proc_utils functions.
When a proc_utils_error is being thrown, a certain parameter could not be obtained from proc/ and ApMon will not make further attempts to read that parameter (if the autoDisable flag is on).
Definition at line 56 of file proc_utils.h.
| procutils_error::procutils_error | ( | char * | msg | ) | [inline] |
Definition at line 58 of file proc_utils.h.
00058 : runtime_error(msg) {}