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


Definition at line 29 of file DataSourceException.h.
Public Member Functions | |
| DataSourceException (const std::string &type) | |
| The constructor. | |
| DataSourceException (const DataSourceException &) | |
| The copy constructor. | |
| char const * | what () const throw () |
| The error message that can be retreived. | |
| virtual | ~DataSourceException () throw () |
| The destructor. | |
Private Attributes | |
| std::string | m_what |
| The error message to be displayed. | |
|
|
The copy constructor.
Definition at line 15 of file DataSourceException.cxx. References m_what. |
|
|
The constructor. Takes as argument the type name that could not be found in the factory. Definition at line 21 of file DataSourceException.cxx. References m_what. |
|
|
The destructor.
Definition at line 27 of file DataSourceException.cxx. |
|
|
The error message that can be retreived.
Definition at line 33 of file DataSourceException.cxx. References m_what. Referenced by Inspector::newPlotError(), Inspector::ntupleChanged(), QtFileDialog::openFitsTuple(), QtFileDialog::openRootTuple(), and QtFileDialog::openTextTuple(). |
|
|
The error message to be displayed.
Definition at line 34 of file DataSourceException.h. Referenced by DataSourceException(), and what(). |
1.4.3