![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Macros | |
| #define | DEFINE_STANDARD_EXCEPTION(C1, C2) |
| Defines an exception class inheriting from Standard_Failure. | |
Defines an exception class inheriting from Standard_Failure.
This macro creates a complete exception class with:
Usage:
| C1 | Name of the exception class to define |
| C2 | Name of the parent exception class (must be Standard_Failure or derived) |