Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

procutils_error Class Reference

Used when throwing exceptions from the proc_utils functions. More...

#include <proc_utils.h>

Inheritance diagram for procutils_error:

Inheritance graph
[legend]
Collaboration diagram for procutils_error:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 procutils_error (char *msg)


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.


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 May 3 12:26:06 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004