#include <matlabexception.hpp>
Public Member Functions | |
MatlabException (const char *message) throw () | |
~MatlabException () throw () | |
MatlabException (const MatlabException &source) throw () | |
MatlabException & | operator= (const MatlabException &source) |
virtual const char * | what () const throw () |
MatlabException (const char *message) throw () | |
~MatlabException () throw () | |
MatlabException (const MatlabException &source) throw () | |
MatlabException & | operator= (const MatlabException &source) |
virtual const char * | what () const throw () |
Private Attributes | |
char | message [ME_BUFLEN] |
const char * | message |
Definition at line 26 of file matlabexception.hpp.
MatlabException::MatlabException | ( | const char * | message | ) | throw () |
MatlabException::~MatlabException | ( | ) | throw () [inline] |
Definition at line 29 of file matlabexception.hpp.
MatlabException::MatlabException | ( | const MatlabException & | source | ) | throw () |
MatlabException::MatlabException | ( | const char * | message | ) | throw () |
MatlabException::~MatlabException | ( | ) | throw () [inline] |
Definition at line 23 of file matlabexception.h.
MatlabException::MatlabException | ( | const MatlabException & | source | ) | throw () |
MatlabException& MatlabException::operator= | ( | const MatlabException & | source | ) |
virtual const char* MatlabException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 38 of file matlabexception.hpp.
MatlabException& MatlabException::operator= | ( | const MatlabException & | source | ) |
virtual const char* MatlabException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 32 of file matlabexception.h.
char MatlabException::message[ME_BUFLEN] [private] |
Definition at line 38 of file matlabexception.hpp.
const char* MatlabException::message [private] |
Definition at line 32 of file matlabexception.h.