Class for generating exceptions.  
 More...
#include <common/common.hh>
Class for generating exceptions. 
 
◆ Exception() [1/4]
      
        
          | sdf::SDF_VERSION_NAMESPACE::Exception::Exception  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Exception() [2/4]
      
        
          | sdf::SDF_VERSION_NAMESPACE::Exception::Exception  | 
          ( | 
          const char *  | 
          _file,  | 
        
        
           | 
           | 
          std::int64_t  | 
          _line,  | 
        
        
           | 
           | 
          std::string  | 
          _msg  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Default constructor. 
- Parameters
 - 
  
    | [in] | _file | File name  | 
    | [in] | _line | Line number where the error occurred  | 
    | [in] | _msg | Error message  | 
  
   
 
 
◆ Exception() [3/4]
  
  
      
        
          | sdf::SDF_VERSION_NAMESPACE::Exception::Exception  | 
          ( | 
          const Exception &  | 
          _e | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Copy constructor. 
- Parameters
 - 
  
  
 
 
 
◆ Exception() [4/4]
  
  
      
        
          | sdf::SDF_VERSION_NAMESPACE::Exception::Exception  | 
          ( | 
          Exception &&  | 
          _e | ) | 
           | 
         
       
   | 
  
defaultnoexcept   | 
  
 
Move constructor. 
- Parameters
 - 
  
  
 
 
 
◆ ~Exception()
  
  
      
        
          | virtual sdf::SDF_VERSION_NAMESPACE::Exception::~Exception  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ GetErrorFile()
      
        
          | std::string sdf::SDF_VERSION_NAMESPACE::Exception::GetErrorFile  | 
          ( | 
           | ) | 
           const | 
        
      
 
Return the error function. 
- Returns
 - The error function name 
 
 
 
◆ GetErrorStr()
      
        
          | std::string sdf::SDF_VERSION_NAMESPACE::Exception::GetErrorStr  | 
          ( | 
           | ) | 
           const | 
        
      
 
Return the error string. 
- Returns
 - The error string 
 
 
 
◆ operator=() [1/2]
  
  
      
        
          | Exception& sdf::SDF_VERSION_NAMESPACE::Exception::operator=  | 
          ( | 
          const Exception &  | 
          _exception | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Assignment operator. 
- Parameters
 - 
  
    | [in] | _exception | The exception to set values from.  | 
  
   
- Returns
 - *this 
 
 
 
◆ operator=() [2/2]
Move assignment operator. 
- Parameters
 - 
  
  
 
- Returns
 - Reference to this. 
 
 
 
◆ Print()
      
        
          | void sdf::SDF_VERSION_NAMESPACE::Exception::Print  | 
          ( | 
           | ) | 
           const | 
        
      
 
Print the exception to std out. 
 
 
The documentation for this class was generated from the following file: