CARMA C++
carma::observertools::ProjectDatabaseException Exception Reference

An exception for an error in the database Usage example: More...

import "carma/observertools/ProjectDatabaseManager.idl";

Public Attributes

string errorMsg
 
string filename
 
short lineNo
 

Detailed Description

An exception for an error in the database Usage example:

* ostringstream o;
* o << "Nobody knows the trouble I've been through..." << moreMessage;
* throw CARMA_EXCEPTION(observertools::ProjectDatabaseException, o.str().c_str());
*

Definition at line 32 of file ProjectDatabaseManager.idl.


The documentation for this exception was generated from the following file: