Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:31:38 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004