#include "Utils_ExceptHandlers.hxx"#include "Utils_CorbaException.hxx"#include "Utils_SALOME_Exception.hxx"#include <sstream>#include <execinfo.h>#include <dlfcn.h>#include <cxxabi.h>#include <SALOMEconfig.h>#include <CORBA_SERVER_HEADER(SALOME_Exception)>
Functions | |
| void | printBacktrace (void **stacklines, int nbLines, std::stringstream &txt) |
| void | SalomeException () |
| void | SALOME_SalomeException () |
| void printBacktrace | ( | void ** | stacklines, |
| int | nbLines, | ||
| std::stringstream & | txt | ||
| ) |
References TestSalomeSDS1::sname, and salomeContext::status.
Referenced by SALOME_SalomeException(), and SalomeException().
| void SALOME_SalomeException | ( | ) |
References SALOME::INTERNAL_ERROR, printBacktrace(), and THROW_SALOME_CORBA_EXCEPTION.
| void SalomeException | ( | ) |
References printBacktrace().
Referenced by SALOMEDS_Study_i::CanOpen(), and SALOMEDS_Study_i::Open().