Gaudi Framework, version v20r3

Generated: 24 Nov 2008

procutils_error Class Reference

#include <proc_utils.h>

List of all members.


Detailed Description

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.


Public Member Functions

 procutils_error (char *msg)

Constructor & Destructor Documentation

procutils_error::procutils_error ( char *  msg  )  [inline]

Definition at line 58 of file proc_utils.h.

00058 : runtime_error(msg) {}


The documentation for this class was generated from the following file:

Generated at Mon Nov 24 14:46:17 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004