INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxsickacfr::gbxutilacfr::Exception Class ReferenceBase class for all GbxUtilAcfr exceptions. More...
Inherited by gbxsickacfr::gbxutilacfr::HardwareException. Inheritance diagram for gbxsickacfr::gbxutilacfr::Exception: ![]() Detailed DescriptionBase class for all GbxUtilAcfr exceptions.Can be caught as a std::exception due to inheritance. Generally, this exception should be thrown like so:
throw gbxutilacfr::Exception( ERROR_INFO, "description of error" ); where the ERROR_INFO macro inserts the offending file and line number.
The documentation for this class was generated from the following files:
|