#include <Isorropia_Exception.hpp>
Public Member Functions | |
| Exception (const char *msg) throw () | |
| constructor that accepts a const char-ptr | |
| Exception (std::string msg) throw () | |
| constructor that accepts a std::string | |
| virtual | ~Exception () throw () |
| destructor | |
| const char * | what () const throw () |
| return const char-ptr of exception message | |