#include <Errors.hxx>
Inheritance diagram for SeldonData::Error:
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. |
|
Constructor.
|
|
Constructor.
|