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 SALOME_LauncherException::assign(), and SALOMESDS::Exception::assign().
| 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_LauncherException::assign(), SALOMESDS::Exception::assign(), 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(), Abstract_Engines_Container_i::createPyNode(), Abstract_Engines_Container_i::createPyScriptNode(), KERNEL::createSalomeException(), Salome_file_i::getFileInfos(), Parallel_Salome_file_i::getFileNode(), Engines_Component_i::getInputFileToService(), Engines_Parallel_Component_i::getInputFileToService(), Engines_Component_i::getOutputFileToService(), Engines_Parallel_Component_i::getOutputFileToService(), Salome_file_i::load(), Parallel_Salome_file_i::load(), Abstract_Engines_Container_i::loadOfCPUCores(), main(), Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles_node(), Abstract_Engines_Container_i::removePyScriptNode(), 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(), Abstract_Engines_Container_i::setVerbosity(), TEST_getSalomeLauncher(), and KernelHelpersUnitTests::TEST_getSalomeLauncher().
| ExceptionType SALOME::ExceptionStruct::type |
Type of the exception.
Referenced by SALOME_LauncherException::assign(), SALOMESDS::Exception::assign(), Salome_file_i::connect(), Salome_file_i::connectDistributedFile(), Engines_Parallel_Container_i::create_paco_component_node_instance(), Abstract_Engines_Container_i::createPyNode(), Abstract_Engines_Container_i::createPyScriptNode(), KERNEL::createSalomeException(), Salome_file_i::getFileInfos(), Parallel_Salome_file_i::getFileNode(), Engines_Component_i::getInputFileToService(), Engines_Parallel_Component_i::getInputFileToService(), Engines_Component_i::getOutputFileToService(), Engines_Parallel_Component_i::getOutputFileToService(), Salome_file_i::load(), Parallel_Salome_file_i::load(), Abstract_Engines_Container_i::loadOfCPUCores(), Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles(), Parallel_Salome_file_i::recvFiles_node(), Abstract_Engines_Container_i::removePyScriptNode(), 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(), and Abstract_Engines_Container_i::setVerbosity().