bpp-core  2.2.0
bpp::NoTableRowNamesException Class Reference

Exception thrown when trying to retrieve a row by its name and no row names have been specified. More...

#include <Bpp/Numeric/DataTableExceptions.h>

+ Inheritance diagram for bpp::NoTableRowNamesException:
+ Collaboration diagram for bpp::NoTableRowNamesException:

Public Member Functions

 NoTableRowNamesException (const std::string &text)
 
virtual ~NoTableRowNamesException () throw ()
 
const char * what () const throw ()
 Method to get the message of the exception (STL method redefinition). More...
 

Protected Attributes

std::string message_
 

Detailed Description

Exception thrown when trying to retrieve a row by its name and no row names have been specified.

Definition at line 102 of file DataTableExceptions.h.

Constructor & Destructor Documentation

◆ NoTableRowNamesException()

bpp::NoTableRowNamesException::NoTableRowNamesException ( const std::string &  text)
inline

Definition at line 106 of file DataTableExceptions.h.

◆ ~NoTableRowNamesException()

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

Definition at line 108 of file DataTableExceptions.h.

Member Function Documentation

◆ 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

◆ 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: