OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimException.h>
Public Member Functions | |
ossimException () throw () | |
default construction More... | |
ossimException (const std::string &errorMessage) throw () | |
construction that takes an error string. More... | |
virtual | ~ossimException () throw () |
virtual destructor. More... | |
virtual const char * | what () const throw () |
Returns the error message. More... | |
Private Attributes | |
std::string | theErrorMessage |
This is the error message returned by what(). More... | |
Definition at line 17 of file ossimException.h.
ossimException::ossimException | ( | ) | ||
throw | ( | |||
) |
default construction
Definition at line 13 of file ossimException.cpp.
ossimException::ossimException | ( | const std::string & | errorMessage | ) | |
throw | ( | ||||
) |
construction that takes an error string.
errorMessage | The error message. |
Definition at line 18 of file ossimException.cpp.
|
virtual |
|
virtual |
Returns the error message.
Definition at line 27 of file ossimException.cpp.
References theErrorMessage.
Referenced by ATP::ossimAtpTool::execute(), ossimDemTool::execute(), ossimBatchTest::execute(), ossimQuickbirdRpcModel::finishConstruction(), ossimplugins::ossimSpot6Model::finishConstruction(), ossimplugins::ossimPleiadesModel::finishConstruction(), ossimKakaduNitfReader::getOverviewTile(), ossimKakaduJ2kReader::getOverviewTile(), ossimKakaduJp2Reader::getOverviewTile(), ossim::JsonConfig::JsonConfig(), main(), ossimGeoidImage::open(), ossimApplanixEcefModel::ossimApplanixEcefModel(), ossimSpectraboticsRedEdgeModel::ossimSpectraboticsRedEdgeModel(), ossimDemToolConfig::readConfig(), and ATP::AtpConfig::readConfig().
|
private |
This is the error message returned by what().
Definition at line 42 of file ossimException.h.
Referenced by what().