File indexing completed on 2025-01-18 10:02:58
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _Aspect_AspectFillAreaDefinitionError_HeaderFile
0017 #define _Aspect_AspectFillAreaDefinitionError_HeaderFile
0018
0019 #include <Standard_Type.hxx>
0020 #include <Standard_SStream.hxx>
0021 #include <Standard_OutOfRange.hxx>
0022
0023 class Aspect_AspectFillAreaDefinitionError;
0024 DEFINE_STANDARD_HANDLE(Aspect_AspectFillAreaDefinitionError, Standard_OutOfRange)
0025
0026 #if !defined No_Exception && !defined No_Aspect_AspectFillAreaDefinitionError
0027 #define Aspect_AspectFillAreaDefinitionError_Raise_if(CONDITION, MESSAGE) \
0028 if (CONDITION) throw Aspect_AspectFillAreaDefinitionError(MESSAGE);
0029 #else
0030 #define Aspect_AspectFillAreaDefinitionError_Raise_if(CONDITION, MESSAGE)
0031 #endif
0032
0033 DEFINE_STANDARD_EXCEPTION(Aspect_AspectFillAreaDefinitionError, Standard_OutOfRange)
0034
0035 #endif