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

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

Collaboration graph
[legend]

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.


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.


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