A simple extension of std::exception with constructors that accept a message in the form of a 'const char*' or a 'std::string'.  
 More...
#include <Isorropia_Exception.hpp>
Inherits exception.
 | 
|   | Exception (const char *msg)  throw () | 
|   | constructor that accepts a const char-ptr  More...
  | 
|   | 
|   | Exception (std::string msg)  throw () | 
|   | constructor that accepts a std::string  More...
  | 
|   | 
| virtual  | ~Exception ()  throw () | 
|   | destructor  More...
  | 
|   | 
| const char *  | what () const   throw () | 
|   | return const char-ptr of exception message  More...
  | 
|   | 
A simple extension of std::exception with constructors that accept a message in the form of a 'const char*' or a 'std::string'. 
- Examples: 
 - hgedge_weights.cpp, matrix_1.cpp, part_redist.cpp, and vert_weights.cpp.
 
 
      
        
          | Isorropia::Exception::Exception  | 
          ( | 
          const char *  | 
          msg | ) | 
           | 
        
        
          | throw  | ( |  | 
        
        
           | ) |  |  | 
        
      
 
constructor that accepts a const char-ptr 
 
 
      
        
          | Isorropia::Exception::Exception  | 
          ( | 
          std::string  | 
          msg | ) | 
           | 
        
        
          | throw  | ( |  | 
        
        
           | ) |  |  | 
        
      
 
constructor that accepts a std::string 
 
 
  
  
      
        
          | virtual Isorropia::Exception::~Exception  | 
          ( | 
           | ) | 
           | 
         
        
          | throw  | ( |  | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | const char * Isorropia::Exception::what  | 
          ( | 
           | ) | 
           const | 
         
        
          | throw  | ( |  | 
         
        
           | ) |  |  | 
         
       
   | 
  
inline   | 
  
 
return const char-ptr of exception message 
 
 
  
  
      
        
          | std::string Isorropia::Exception::smsg_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: