#include <base/Exception.hpp>
  
  | 
        
          | openfluid::base::Exception::Exception | ( | const std::string & | Msg | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | openfluid::base::Exception::Exception | ( | const ExceptionContext & | Context, |  
          |  |  | const std::string & | Msg |  
          |  | ) |  |  |  | inlineprotected | 
 
 
  
  | 
        
          | virtual openfluid::base::Exception::~Exception | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
  
  | 
        
          | virtual void openfluid::base::Exception::buildFullMessage | ( |  | ) |  |  | protectedpure virtual | 
 
 
  
  | 
        
          | const std::string openfluid::base::Exception::getFullMessage | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | const std::string openfluid::base::Exception::getMessage | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | const char* openfluid::base::Exception::what | ( |  | ) | const |  
          | throw | ( |  |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::Exception::m_FullMessage |  | protected | 
 
 
  
  | 
        
          | std::string openfluid::base::Exception::m_Message |  | protected | 
 
 
The documentation for this class was generated from the following file: