INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
gbxutilacfr::Exception Class Reference Base class for all GbxUtilAcfr exceptions. More...
Inheritance diagram for 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:
|