SampleFileLoadingException Class Reference
The exception thrown when an error occurs during IR sample files loading. More...
Inheritance diagram for SampleFileLoadingException:
Public Member Functions | |
SampleFileLoadingException (const char *filename, const char *description) throw () | |
Constructor. More... | |
SampleFileLoadingException (const SampleFileLoadingException &other) throw () | |
Copy constructor. More... | |
virtual | ~SampleFileLoadingException () throw () |
Destructor. More... | |
const char * | description () const throw () |
Returns the description of the error. More... | |
const char * | filename () const throw () |
Returns the name of the file with sampled data. More... | |
SampleFileLoadingException & | operator= (const SampleFileLoadingException &other) throw () |
Copy operator. More... | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. More... | |
Detailed Description
The exception thrown when an error occurs during IR sample files loading.
Constructor & Destructor Documentation
|
inline |
Constructor.
- Parameters
-
filename the name of the file with samples. The buffer for this is at most 256 characters (including the '\0' terminator) description the description of the error. The buffer for this is at most 256 characters (including the '\0' terminator)
|
inline |
|
inlinevirtual |
Member Function Documentation
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
The documentation for this class was generated from the following file:
- experiments/include/sensors.h