Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

Sct::IpcObjectException Class Reference
[Exceptions]

Thrown when an error publishing or withdrawing IPCObjects. More...

#include <IpcObjectException.h>

Inheritance diagram for Sct::IpcObjectException:

Sct::Exception Sct::AbstractThrowable Sct::Throwable exception

Public Member Functions

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

 IpcObjectException (Throwable &cause, const string &file, int line) throw ()
 Creates an Exception with a cause.

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


Protected Member Functions

 IpcObjectException () throw ()

Detailed Description

Thrown when an error publishing or withdrawing IPCObjects.

Author:
Matthew Palmer

Definition at line 12 of file IpcObjectException.h.


Constructor & Destructor Documentation

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

Creates an Exception with message msg and no cause.

Definition at line 17 of file IpcObjectException.h.

References Sct::AbstractThrowable::initialize().

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

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 25 of file IpcObjectException.h.

References Sct::AbstractThrowable::initialize().

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

Creates an Exception with a message and a cause.

Definition at line 32 of file IpcObjectException.h.

References Sct::AbstractThrowable::initialize().

Sct::IpcObjectException::IpcObjectException   throw () [inline, protected]
 

Definition at line 37 of file IpcObjectException.h.


The documentation for this class was generated from the following file:
Generated on Mon Dec 15 19:37:19 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3