This struct contains a set of fields defining the structure of the exception. More...
Data Fields | |
ExceptionType | type |
string | text |
string | sourceFile |
unsigned long | lineNumber |
This struct contains a set of fields defining the structure of the exception.
ExceptionType SALOME::ExceptionStruct::type |
Type of the exception.
string SALOME::ExceptionStruct::text |
Message which is shown when the exception is raised.
string SALOME::ExceptionStruct::sourceFile |
The source file where the exception is raised.
unsigned long SALOME::ExceptionStruct::lineNumber |
Number of the line of the source file where the exception is raised.