Version: 9.12.0
SALOME::ExceptionStruct Struct Reference

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

import"SALOME_Exception.idl";

Data Fields

ExceptionType type
 Type of the exception. More...
 
string text
 Message which is shown when the exception is raised. More...
 
string sourceFile
 The source file where the exception is raised. More...
 
unsigned long lineNumber
 Number of the line of the source file where the exception is raised. More...
 

Detailed Description

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

Field Documentation

◆ lineNumber

unsigned long SALOME::ExceptionStruct::lineNumber

Number of the line of the source file where the exception is raised.

Referenced by SALOME_LauncherException::assign(), and SALOMESDS::Exception::assign().

◆ sourceFile

string SALOME::ExceptionStruct::sourceFile

The source file where the exception is raised.

◆ text

◆ type