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.

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.


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