|

INTRODUCTION
Overview
Download and Install
Documentation
Publications
REPOSITORY
Libraries
DEVELOPER
Dev Guide
Dashboard
PEOPLE
Contributors
Users

Project
Download
Mailing lists
|
|
|
11#ifndef GBX_SMARTBATTERYACFR_EXCEPTIONS_H
12#define GBX_SMARTBATTERYACFR_EXCEPTIONS_H
14#include <gbxutilacfr/exceptions.h>
22 HardwareReadingException( const char *file, const char *line, const char *message )
23 : Exception( file, line, message ) {}
30 ParsingException( const char *file, const char *line, const char *message )
31 : Exception( file, line, message ) {}
Base class for all GbxUtilAcfr exceptions. Definition gbxutilacfr/exceptions.h:66
SmartBattery library. Definition gbxsmartbatteryacfr/exceptions.h:16
|
|