#include <j2k/Fred/Standard.hpp>
#include <errno.h>
#include <j2k/Fred/Error/JError.hpp>
#include <j2k/Fred/Error/JErrorHandler.hpp>
Go to the source code of this file.
Compounds | |
class | JErrorController |
Defines | |
#define | EOK 0 |
#define | MC_OnError(err, level, errMsg) |
#define | MC_MainErrorController JErrorController pgmErrorController; |
Variables | |
JErrorController | pgmErrorController |
|
Definition at line 27 of file JErrorController.hpp. |
|
Definition at line 75 of file JErrorController.hpp. |
|
Value: if ( err != EOK ) { \ pgmErrorController.call( (JErrorLevel)(level), (int)(err), \ (const char*)(errMsg), (__LINE__), \ (const char*)(__FILE__) ); \ } Definition at line 31 of file JErrorController.hpp. |
|
Definition at line 73 of file JErrorController.hpp. |