INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

gbxutilacfr::Exception Class Reference

Base class for all GbxUtilAcfr exceptions. More...

#include <exceptions.h>

Inherited by gbxsmartbatteryacfr::HardwareReadingException, gbxsmartbatteryacfr::ParsingException, and gbxutilacfr::HardwareException.

List of all members.


Detailed Description

Base 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:
 

Generated for GearBox by  doxygen 1.4.5