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

Sct::IoException Class Reference
[Exceptions]

Thrown when an IO error has occured e.g. More...

#include <IoExceptions.h>

Inheritance diagram for Sct::IoException:

Sct::Exception Sct::AbstractThrowable Sct::Throwable exception Sct::FileException Sct::IpcException Sct::IsException Sct::NoSuchStreamerException Sct::StreamCorruptedException Sct::VersionNotSupportedException SctCalibrationController::Ipc::RequestException SctCalibrationController::SctApiException

Public Member Functions

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

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

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


Protected Member Functions

 IoException () throw ()

Detailed Description

Thrown when an IO error has occured e.g.

file cannot be opened.

Author:
Alan Barr

Definition at line 14 of file IoExceptions.h.


Constructor & Destructor Documentation

Sct::IoException::IoException const string &    msg,
const string &    file,
int    line
throw ()
 

Creates an Exception with message msg and no cause.

Definition at line 6 of file IoExceptions.cpp.

Sct::IoException::IoException Throwable   cause,
const string &    file,
int    line
throw ()
 

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 10 of file IoExceptions.cpp.

Sct::IoException::IoException const string &    msg,
Throwable   cause,
const string &    file,
int    line
throw ()
 

Creates an Exception with a message and a cause.

Definition at line 14 of file IoExceptions.cpp.

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

Definition at line 33 of file IoExceptions.h.


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