CARMA C++
carma::control::TimeoutException Exception Reference

An exception for a timeout Will throw your msg plus file and line number. More...

import "carma/control/SubarrayControl.idl";

Public Attributes

string errorMsg
 
string fileName
 
short lineNo
 

Detailed Description

An exception for a timeout Will throw your msg plus file and line number.

Good client code will supress the file and line number, as this is a user oriented message, not meant for program debugging. Usage example:

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

Definition at line 55 of file SubarrayControl.idl.


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