System Macro CATDeclareError

Macro CATDeclareError (thisClass,baseClass)
Creates an error class.

Role: This macro creates all the class method and data member declaration. It must be inserted in the error class header file, after the public keyword.
Parameters:
thisClass
The name of the error class to create
baseClass
The name of the error class base class.
Legal values: This class must derive from CATError and the created error class must derive from it

This object is included in the file: CATErrorDefs.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.