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... | |
This struct contains a set of fields defining the structure of the exception.
| unsigned long SALOME::ExceptionStruct::lineNumber |
Number of the line of the source file where the exception is raised.
Referenced by SALOMESDS::Exception::Exception().
| string SALOME::ExceptionStruct::sourceFile |
The source file where the exception is raised.
| string SALOME::ExceptionStruct::text |
Message which is shown when the exception is raised.
Referenced by Salome_file_i::connect(), Salome_file_i::connectDistributedFile(), Container_proxy_impl_final::create_component_instance_env(), Engines_Parallel_Container_i::create_paco_component_node_instance(), Engines_Container_i::createPyNode(), Engines_Container_i::createPyScriptNode(), KERNEL::createSalomeException(), SALOMESDS::Exception::Exception(), Salome_file_i::getFileInfos(), Parallel_Salome_file_i::getFileNode(), Engines_Parallel_Component_i::getInputFileToService(), Engines_Component_i::getInputFileToService(), Engines_Parallel_Component_i::getOutputFileToService(), Engines_Component_i::getOutputFileToService(), Salome_file_i::load(), Parallel_Salome_file_i::load(), main(), Parallel_Salome_file_i::recvFiles(), Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles_node(), Salome_file_i::save(), Parallel_Salome_file_i::save(), Salome_file_i::save_all(), Parallel_Salome_file_i::save_all(), Salome_file_i::setDistributedFile(), Salome_file_i::setDistributedSourceFile(), Parallel_Salome_file_i::setFileNode(), Salome_file_i::setLocalFile(), KernelHelpersUnitTests::TEST_getSalomeLauncher(), and TEST_getSalomeLauncher().
| ExceptionType SALOME::ExceptionStruct::type |
Type of the exception.
Referenced by Salome_file_i::connect(), Salome_file_i::connectDistributedFile(), Engines_Parallel_Container_i::create_paco_component_node_instance(), Engines_Container_i::createPyNode(), Engines_Container_i::createPyScriptNode(), KERNEL::createSalomeException(), SALOMESDS::Exception::Exception(), Salome_file_i::getFileInfos(), Parallel_Salome_file_i::getFileNode(), Engines_Parallel_Component_i::getInputFileToService(), Engines_Component_i::getInputFileToService(), Engines_Parallel_Component_i::getOutputFileToService(), Engines_Component_i::getOutputFileToService(), Salome_file_i::load(), Parallel_Salome_file_i::load(), Parallel_Salome_file_i::recvFiles(), Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles_node(), Salome_file_i::save(), Parallel_Salome_file_i::save(), Salome_file_i::save_all(), Parallel_Salome_file_i::save_all(), Salome_file_i::setDistributedFile(), Salome_file_i::setDistributedSourceFile(), Parallel_Salome_file_i::setFileNode(), and Salome_file_i::setLocalFile().