#include <DataRepException.h>
Inheritance diagram for DataRepException:


The class contains the error message with the name of the bad column label.
Definition at line 35 of file DataRepException.h.
Public Member Functions | |
| DataRepException (const DataRepException &) | |
| The copy constructor. | |
| DataRepException (const std::string &type) | |
| Constructor taking the bad binding lable type as argument. | |
| virtual const char * | what () const throw () |
| The standard method to return a string giving message about the cause of the exception. | |
| virtual | ~DataRepException () throw () |
| The virtual destructor. | |
Private Attributes | |
| std::string | m_type |
| The binding label that could not be found in NTuple. | |
|
|
Constructor taking the bad binding lable type as argument.
Definition at line 14 of file DataRepException.cxx. References m_type. |
|
|
The copy constructor.
Definition at line 20 of file DataRepException.cxx. References m_type. |
|
|
The virtual destructor. Appears that the required declaration has to be the same as the base class, according to GCC 3.2.1. Definition at line 26 of file DataRepException.cxx. |
|
|
The standard method to return a string giving message about the cause of the exception.
Definition at line 32 of file DataRepException.cxx. References m_type. |
|
|
The binding label that could not be found in NTuple.
Definition at line 40 of file DataRepException.h. Referenced by DataRepException(), and what(). |
1.4.3