#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. |
SeldonData::Error::Error | ( | string | f | ) | [inline] |
Constructor.
f | name of the function where the error occured. |
SeldonData::Error::Error | ( | string | f, | |
string | c | |||
) | [inline] |
Constructor.
f | name of the function where the error occured. | |
c | comment about the error. |