#include <exception.hxx>
Public Member Functions | |
| Exception (const char *msg) | |
| Exception (const ::std::string &msg) | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| ::std::string | m_msg |
Definition at line 36 of file exception.hxx.
| scsolver::numeric::Exception::Exception | ( | const char * | msg | ) | [explicit] |
Definition at line 32 of file exception.cxx.
| scsolver::numeric::Exception::Exception | ( | const ::std::string & | msg | ) | [explicit] |
Definition at line 37 of file exception.cxx.
| scsolver::numeric::Exception::~Exception | ( | ) | throw () [virtual] |
Definition at line 42 of file exception.cxx.
| const char * scsolver::numeric::Exception::what | ( | ) | const throw () [virtual] |
::std::string scsolver::numeric::Exception::m_msg [private] |
1.5.3