Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | 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:

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

Collaboration graph
[legend]

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.


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.


The documentation for this class was generated from the following files:
Generated on Thu Jul 15 09:51:14 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5