eLynx SDK
v3.3.0 C++ image processing API reference |
Base exception class. More...
#include <CoreException.h>
Public Attributes | |
uint32 | _id |
char | _where [elxExWhereLength+1] |
char | _what [elxExWhatLength+1] |
Base exception class.
It contains two textual information - where the error appeared (file and line) and the error message. Moreover, it contains the id of the exception.