bpp-core  2.1.0
bpp::DuplicatedTableRowNameException Class Reference

Exception thrown when attempting to duplicate a row name. More...

#include <Bpp/Numeric/DataTableExceptions.h>

+ Inheritance diagram for bpp::DuplicatedTableRowNameException:
+ Collaboration diagram for bpp::DuplicatedTableRowNameException:

List of all members.

Public Member Functions

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

Protected Attributes

std::string message_

Detailed Description

Exception thrown when attempting to duplicate a row name.

Definition at line 151 of file DataTableExceptions.h.


Constructor & Destructor Documentation

Definition at line 155 of file DataTableExceptions.h.

Definition at line 157 of file DataTableExceptions.h.


Member Function Documentation

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