|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 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.
: runtime_error(msg) {}