orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::OrcaException Exception ReferenceA generic run-time exception. More...Inherited by orca::BusyException, orca::ConfigurationNotExistException, orca::DataNotExistException, orca::EStopAlreadyTriggeredException, orca::HardwareFailedException, orca::MalformedParametersException, orca::OperationNotImplementedException, orca::PingException, orca::RequiredInterfaceFailedException, and orca::SubscriptionFailedException. Inheritance diagram for orca::OrcaException: ![]()
Detailed DescriptionA generic run-time exception.Orca Components can use this to signal error conditions to their clients. To catch this exception and all derived ones, do the following: try { // make a remote call } catch ( const orca::OrcaException& e ) { cout << e << ": " << e.what <<endl; // do something else }
The documentation for this exception was generated from the following file:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)