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

Sct::StreamCorruptedException Class Reference
[Exceptions]

Thrown to indicate that the stream is somehow not in the state the I/O code thought it ought to be in. More...

#include <IoExceptions.h>

Inheritance diagram for Sct::StreamCorruptedException:

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

Public Member Functions

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

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

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


Protected Member Functions

 StreamCorruptedException () throw ()

Detailed Description

Thrown to indicate that the stream is somehow not in the state the I/O code thought it ought to be in.

Author:
Matthew Palmer

Definition at line 117 of file IoExceptions.h.


Constructor & Destructor Documentation

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

Creates an Exception with message msg and no cause.

Definition at line 75 of file IoExceptions.cpp.

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

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 79 of file IoExceptions.cpp.

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

Creates an Exception with a message and a cause.

Definition at line 83 of file IoExceptions.cpp.

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

Definition at line 136 of file IoExceptions.h.


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