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

Sct::VersionNotSupportedException Class Reference
[Exceptions]

Indicates an that an I/O operation failed because the version of the data was not compatible with what the software was capable of dealing with. More...

#include <VersionNotSupportedException.h>

Inheritance diagram for Sct::VersionNotSupportedException:

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

Collaboration graph
[legend]

Public Member Functions

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

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

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


Detailed Description

Indicates an that an I/O operation failed because the version of the data was not compatible with what the software was capable of dealing with.

Author:
Matthew Palmer

Definition at line 14 of file VersionNotSupportedException.h.


Constructor & Destructor Documentation

Sct::VersionNotSupportedException::VersionNotSupportedException const string &  msg,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with message msg and no cause.

Definition at line 19 of file VersionNotSupportedException.h.

Sct::VersionNotSupportedException::VersionNotSupportedException Throwable cause,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 27 of file VersionNotSupportedException.h.

Sct::VersionNotSupportedException::VersionNotSupportedException const string &  msg,
Throwable cause,
const string &  file,
int  line
throw () [inline]
 

Creates an Exception with a message and a cause.

Definition at line 34 of file VersionNotSupportedException.h.


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