Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME::ExceptionStruct Struct Reference

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
 

Detailed Description

This struct contains a set of fields defining the structure of the exception.

Field Documentation

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.