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

Sct::InvalidArgumentError Class Reference
[Exceptions]

Thrown to report invalid arguments to functions. More...

#include <LogicErrors.h>

Inheritance diagram for Sct::InvalidArgumentError:

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

Collaboration graph
[legend]

Public Member Functions

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

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

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


Detailed Description

Thrown to report invalid arguments to functions.

Author:
Alan Barr

Definition at line 42 of file LogicErrors.h.


Constructor & Destructor Documentation

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

Creates an Exception with message msg and no cause.

Definition at line 19 of file LogicErrors.cpp.

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

Creates an Exception with a cause.

Useful for simply wrapping exceptions.

Definition at line 23 of file LogicErrors.cpp.

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

Creates an Exception with a message and a cause.

Definition at line 27 of file LogicErrors.cpp.


The documentation for this class was generated from the following files:
Generated on Thu Jul 8 11:41:27 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5