| 
    Simbody
    3.4 (development)
    
   
   | 
  
  
  
 
#include <Exception.h>
 Inheritance diagram for SimTK::Exception::Base:Public Member Functions | |
| Base (const char *fn="<UNKNOWN>", int ln=0) | |
| virtual | ~Base () throw () | 
| const std::string & | getMessage () const | 
| const std::string & | getMessageText () const | 
| const char * | what () const throw () | 
Protected Member Functions | |
| void | setMessage (const std::string &msgin) | 
| SimTK::Exception::Base::Base | ( | const char * | fn = "<UNKNOWN>",  | 
        
| int | ln = 0  | 
        ||
| ) |  [inline, explicit] | 
        
| virtual SimTK::Exception::Base::~Base | ( | ) |   throw () [inline, virtual] | 
        
| const std::string& SimTK::Exception::Base::getMessage | ( | ) |  const [inline] | 
        
| const std::string& SimTK::Exception::Base::getMessageText | ( | ) |  const [inline] | 
        
| const char* SimTK::Exception::Base::what | ( | ) |  const  throw () [inline] | 
        
| void SimTK::Exception::Base::setMessage | ( | const std::string & | msgin | ) |  [inline, protected] |