#include <Exception.hpp>
 Inheritance diagram for openstudio::Exception:
 Inheritance diagram for openstudio::Exception:| Public Member Functions | |
| Exception (const std::string &msg) | |
| Constructor takes a message.  More... | |
| Exception (const char *msg) | |
| Needed for rb_raise support in swig.  More... | |
| virtual const std::string & | message () const | 
| return the message  More... | |
| virtual const char * | what () const throw () | 
| return the message  More... | |
| virtual | ~Exception () throw () | 
| virtual destructor, no throw  More... | |
Base class for exceptions.
| 
 | inline | 
Constructor takes a message.
| 
 | inline | 
Needed for rb_raise support in swig.
| 
 | inlinevirtual | |||||||||||||
virtual destructor, no throw
| 
 | inlinevirtual | 
return the message
| 
 | inlinevirtual | |||||||||||||
return the message