Version: 9.12.0
SALOMESDS::Exception Class Reference

#include <SALOMESDS_Exception.hxx>

Inheritance diagram for SALOMESDS::Exception:

Public Member Functions

 Exception (const std::string &reason)
 
 Exception (const char *reason)
 

Data Fields

ExceptionStruct details
 Structure of the exception. More...
 

Private Member Functions

void assign (const char *reason)
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

Exception::Exception ( const std::string &  reason)

References assign().

◆ Exception() [2/2]

Exception::Exception ( const char *  reason)

Member Function Documentation

◆ assign()

void Exception::assign ( const char *  reason)
private

Field Documentation

◆ details

ExceptionStruct SALOME::SALOME_Exception::details
inherited