The main exception in SALOME application. More...
import "SALOME_Exception.idl";
Private Attributes | |
ExceptionStruct | details |
Structure of the exception. More... | |
The main exception in SALOME application.
The idl SALOME_Exception provides a generic CORBA exception for SALOME, with an attribute that gives an exception type,a message, plus optional source file name and line number. This idl is intended to serve for all user CORBA exceptions raised in SALOME code, as IDL specification does not support exception inheritance. So, all the user CORBA exceptions from SALOME could be handled in a single catch.
|
private |
Structure of the exception.
Referenced by Container_proxy_impl_final::create_component_instance_env(), main(), Parallel_Salome_file_i::recvFiles(), KernelHelpersUnitTests::TEST_getSalomeLauncher(), and TEST_getSalomeLauncher().