bpp-core  2.2.0
bpp::TableRowNameNotFoundException Class Reference

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

#include <Bpp/Numeric/DataTableExceptions.h>

+ Inheritance diagram for bpp::TableRowNameNotFoundException:
+ Collaboration diagram for bpp::TableRowNameNotFoundException:

Public Member Functions

 TableRowNameNotFoundException (const std::string &text, const std::string &name)
 
virtual ~TableRowNameNotFoundException () 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_
 

Detailed Description

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

Definition at line 77 of file DataTableExceptions.h.

Constructor & Destructor Documentation

◆ TableRowNameNotFoundException()

bpp::TableRowNameNotFoundException::TableRowNameNotFoundException ( const std::string &  text,
const std::string &  name 
)
inline

Definition at line 81 of file DataTableExceptions.h.

◆ ~TableRowNameNotFoundException()

virtual bpp::TableRowNameNotFoundException::~TableRowNameNotFoundException ( )
throw (
)
inlinevirtual

Definition at line 83 of file DataTableExceptions.h.

Member Function Documentation

◆ getName()

std::string bpp::TableNameNotFoundException::getName ( ) const
inlineinherited

Definition at line 71 of file DataTableExceptions.h.

References bpp::TableNameNotFoundException::_name.

◆ what()

const char* bpp::Exception::what ( ) const
throw (
)
inlineinherited

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

Returns
The message passed to the exception hierarchy.

Definition at line 87 of file Exceptions.h.

References bpp::Exception::message_.

Member Data Documentation

◆ _name

std::string bpp::TableNameNotFoundException::_name
protectedinherited

Definition at line 63 of file DataTableExceptions.h.

Referenced by bpp::TableNameNotFoundException::getName().

◆ message_

std::string bpp::Exception::message_
protectedinherited

Definition at line 61 of file Exceptions.h.

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


The documentation for this class was generated from the following file: