#include <MicroException.hh>
Public Member Functions | |
MicroException () | |
MicroException (char *aMessage) | |
MicroException (const char *aMessage) | |
char * | getMessage () |
Private Attributes | |
char | message [600] |
Definition at line 4 of file MicroException.hh.
MicroException::MicroException | ( | ) |
MicroException::MicroException | ( | char * | aMessage | ) |
MicroException::MicroException | ( | const char * | aMessage | ) |
char* MicroException::getMessage | ( | ) |
Referenced by main().
char MicroException::message[600] [private] |
Definition at line 7 of file MicroException.hh.