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.
Type of the exception.
Message which is shown when the exception is raised.
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.