oaCommonPlugInError.h File Reference

Go to the source code of this file.

Compounds

class  oaPlugInError

Defines

#define oaCommonError_P
#define oaCommonAssert(exp)


Define Documentation

#define oaCommonAssert exp   
 

Value:

{\
    if (!(exp)) {\
      throw oaPlugInError (IBase::cFail, #exp);\
    }\
}

#define oaCommonError_P
 

Return to top of page