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

Sct::UnsupportedOperationError Class Reference
[Exceptions]

Indicates a method is not supported by this class. More...

#include <UnsupportedOperationError.h>

Inheritance diagram for Sct::UnsupportedOperationError:

Sct::LogicError Sct::Error Sct::AbstractThrowable Sct::Throwable exception

Public Member Functions

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

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

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


Protected Member Functions

 UnsupportedOperationError () throw ()

Detailed Description

Indicates a method is not supported by this class.

Author:
Matthew Palmer

Definition at line 13 of file UnsupportedOperationError.h.


Constructor & Destructor Documentation

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

Creates an Exception with message msg and no cause.

Definition at line 18 of file UnsupportedOperationError.h.

References Sct::AbstractThrowable::initialize().

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

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 26 of file UnsupportedOperationError.h.

References Sct::AbstractThrowable::initialize().

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

Creates an Exception with a message and a cause.

Definition at line 33 of file UnsupportedOperationError.h.

References Sct::AbstractThrowable::initialize().

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

Definition at line 38 of file UnsupportedOperationError.h.


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