INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxutilacfr::Exception Class ReferenceBase class for all GbxUtilAcfr exceptions. More...
Inherited by gbxsmartbatteryacfr::HardwareReadingException, gbxsmartbatteryacfr::ParsingException, and gbxutilacfr::HardwareException.
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:
|