Inheritance diagram for code::InfoImplNotAvailableException:
Public Member Functions | |
InfoImplNotAvailableException (const Index::Record &rec) | |
const std::string & | getDataSourceType () const |
The data source type for which no implementation is available. | |
const Index::Record & | getRecord () const |
The record which doesn't have the required information. | |
const std::string & | getMissingInfo () const |
The piece of information which doesn't exist. | |
const std::string & | getMessage () const |
code::InfoImplNotAvailableException::InfoImplNotAvailableException | ( | const Index::Record & | rec | ) |
const std::string& code::InfoImplNotAvailableException::getDataSourceType | ( | ) | const |
The data source type for which no implementation is available.
const std::string& code::Exception::getMessage | ( | ) | const [inline, inherited] |
const std::string& code::InfoNotAvailableException::getMissingInfo | ( | ) | const [inline, inherited] |
The piece of information which doesn't exist.
const Index::Record& code::InfoNotAvailableException::getRecord | ( | ) | const [inline, inherited] |
The record which doesn't have the required information.