General KERNEL Documentation     End User KERNEL Services  


SALOME::ExceptionStruct Struct Reference

import "SALOME_Exception.idl";

Collaboration diagram for SALOME::ExceptionStruct:

Collaboration graph

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.