SeldonData::Error Class Reference

Base class. More...

#include <Errors.hxx>

Inheritance diagram for SeldonData::Error:

SeldonData::IOError SeldonData::NoMemory SeldonData::Undefined SeldonData::WrongDim SeldonData::WrongIndex List of all members.

Public Member Functions

 Error ()
 Default Constructor.
 Error (string f)
 Constructor.
 Error (string f, string c)
 Constructor.
virtual ~Error ()
 Destructor.
virtual void What ()
 Displays error description.

Protected Attributes

string function
 Name of the function where the error occured.
string comment
 Comment about the error.

Detailed Description

Base class.


Constructor & Destructor Documentation

SeldonData::Error::Error ( string  f  )  [inline]

Constructor.

Parameters:
f name of the function where the error occured.

SeldonData::Error::Error ( string  f,
string  c 
) [inline]

Constructor.

Parameters:
f name of the function where the error occured.
c comment about the error.


The documentation for this class was generated from the following file:
Generated on Mon Nov 17 18:31:40 2008 for SeldonData by  doxygen 1.5.1