bpp-core  2.2.0
bpp::DuplicatedTableColumnNameException Class Reference

Excpetion thrown when attempting to duplicate a column name. More...

#include <Bpp/Numeric/DataTableExceptions.h>

+ Inheritance diagram for bpp::DuplicatedTableColumnNameException:
+ Collaboration diagram for bpp::DuplicatedTableColumnNameException:

Public Member Functions

 DuplicatedTableColumnNameException (const std::string &text)
 
virtual ~DuplicatedTableColumnNameException () 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

Excpetion thrown when attempting to duplicate a column name.

Definition at line 163 of file DataTableExceptions.h.

Constructor & Destructor Documentation

◆ DuplicatedTableColumnNameException()

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

Definition at line 167 of file DataTableExceptions.h.

◆ ~DuplicatedTableColumnNameException()

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

Definition at line 169 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: