Gaudi Framework, version v20r2

Generated: 18 Jul 2008

procutils_error Class Reference

#include <proc_utils.h>

Inheritance diagram for procutils_error:

Inheritance graph
[legend]
Collaboration diagram for procutils_error:

Collaboration graph
[legend]
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 Fri Jul 18 12:09:02 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004