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

Sct::IllegalStateError Class Reference
[Exceptions]

This error indicates that a class is not in an appropriate state for the request that was made of it. More...

#include <LogicErrors.h>

Inheritance diagram for Sct::IllegalStateError:

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

Collaboration graph
[legend]

Public Member Functions

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

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

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


Detailed Description

This error indicates that a class is not in an appropriate state for the request that was made of it.

This indicates a serious bug.

Author:
Matthew Palmer

Definition at line 104 of file LogicErrors.h.


Constructor & Destructor Documentation

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

Creates an Exception with message msg and no cause.

Definition at line 49 of file LogicErrors.cpp.

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

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 53 of file LogicErrors.cpp.

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

Creates an Exception with a message and a cause.

Definition at line 57 of file LogicErrors.cpp.


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