eLynx SDK v3.0.1
C++ image processing API reference

eLynx::elxException Struct Reference

#include <CoreException.h>

List of all members.


Public Attributes

uint32 _id
char _where [elxExWhereLength+1]
char _what [elxExWhatLength+1]

Detailed Description

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.

Definition at line 43 of file CoreException.h.


Member Data Documentation

Definition at line 45 of file CoreException.h.

char eLynx::elxException::_where[elxExWhereLength+1]

Definition at line 46 of file CoreException.h.

char eLynx::elxException::_what[elxExWhatLength+1]

Definition at line 47 of file CoreException.h.


The documentation for this struct was generated from the following file:

Generated on 14 Apr 2009 by doxygen 1.5.8