Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/Error/JErrorController.hpp File Reference

#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


Define Documentation

#define EOK   0
 

Definition at line 27 of file JErrorController.hpp.

#define MC_MainErrorController   JErrorController pgmErrorController;
 

Definition at line 75 of file JErrorController.hpp.

#define MC_OnError err,
level,
errMsg   
 

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.


Variable Documentation

JErrorController pgmErrorController
 

Definition at line 73 of file JErrorController.hpp.


Generated on Sun Oct 14 18:47:37 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001