Sct::ConfigurationException Class Reference
[Exceptions]

Thrown when an error in the configuration is found. More...

#include <ConfigurationException.h>

Inheritance diagram for Sct::ConfigurationException:

Inheritance graph
[legend]
Collaboration diagram for Sct::ConfigurationException:

Collaboration graph
[legend]

Public Member Functions

 ConfigurationException (const string &msg, const string &file, int line) throw ()
 Creates an Exception with message msg and no cause.
 ConfigurationException (Throwable &cause, const string &file, int line) throw ()
 Creates an Exception with a cause.
 ConfigurationException (const string &msg, Throwable &cause, const string &file, int line) throw ()
 Creates an Exception with a message and a cause.

Protected Member Functions

 ConfigurationException () throw ()

Detailed Description

Thrown when an error in the configuration is found.

e.g. where a particular process cannot sensibly start.

Author:
Alan Barr

Definition at line 13 of file SCT/src/ConfigurationException.h.


Constructor & Destructor Documentation

Sct::ConfigurationException::ConfigurationException const string &  msg,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with message msg and no cause.

Definition at line 18 of file SCT/src/ConfigurationException.h.

References Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), Sct::AbstractThrowable::line, and Sct::AbstractThrowable::msg.

Here is the call graph for this function:

Sct::ConfigurationException::ConfigurationException Throwable cause,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 26 of file SCT/src/ConfigurationException.h.

References Sct::AbstractThrowable::cause, Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), and Sct::AbstractThrowable::line.

Here is the call graph for this function:

Sct::ConfigurationException::ConfigurationException const string &  msg,
Throwable cause,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with a message and a cause.

Definition at line 33 of file SCT/src/ConfigurationException.h.

References Sct::AbstractThrowable::cause, Sct::AbstractThrowable::file, Sct::AbstractThrowable::initialize(), Sct::AbstractThrowable::line, and Sct::AbstractThrowable::msg.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:02:42 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6