bpp-core  2.1.0
bpp::TableNameNotFoundException Class Reference

Exception thrown when a given name is not found is a DataTable object. More...

#include <Bpp/Numeric/DataTableExceptions.h>

+ Inheritance diagram for bpp::TableNameNotFoundException:
+ Collaboration diagram for bpp::TableNameNotFoundException:

List of all members.

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).

Protected Attributes

std::string _name
std::string message_

Detailed Description

Exception thrown when a given name is not found is a DataTable object.

Definition at line 59 of file DataTableExceptions.h.


Constructor & Destructor Documentation

bpp::TableNameNotFoundException::TableNameNotFoundException ( const std::string &  text,
const std::string &  name 
) [inline]

Definition at line 66 of file DataTableExceptions.h.

virtual bpp::TableNameNotFoundException::~TableNameNotFoundException ( ) throw () [inline, virtual]

Definition at line 68 of file DataTableExceptions.h.


Member Function Documentation

std::string bpp::TableNameNotFoundException::getName ( ) const [inline]

Definition at line 71 of file DataTableExceptions.h.

References _name.

const char* bpp::Exception::what ( ) const throw () [inline, inherited]

Method to get the message of the exception (STL method redefinition).

Returns:
The message passed to the exception hierarchy.

Definition at line 86 of file Exceptions.h.

References bpp::Exception::message_.


Member Data Documentation

std::string bpp::TableNameNotFoundException::_name [protected]

Definition at line 63 of file DataTableExceptions.h.

Referenced by getName().

std::string bpp::Exception::message_ [protected, inherited]

Definition at line 60 of file Exceptions.h.

Referenced by bpp::Exception::what().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends