bpp-core
2.2.0
|
Exception thrown when a given name is not found is a DataTable object. More...
#include <Bpp/Numeric/DataTableExceptions.h>
Public Member Functions | |
TableNameNotFoundException (const std::string &text, const std::string &name) | |
virtual | ~TableNameNotFoundException () throw () |
std::string | getName () const |
const char * | what () const throw () |
Method to get the message of the exception (STL method redefinition). More... | |
Protected Attributes | |
std::string | _name |
std::string | message_ |
Exception thrown when a given name is not found is a DataTable object.
Definition at line 59 of file DataTableExceptions.h.
|
inline |
Definition at line 66 of file DataTableExceptions.h.
|
inlinevirtual |
Definition at line 68 of file DataTableExceptions.h.
|
inline |
Definition at line 71 of file DataTableExceptions.h.
References _name.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
|
protected |
Definition at line 63 of file DataTableExceptions.h.
Referenced by getName().
|
protectedinherited |
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().