#include <GeneralException.h>
Public Methods | |
| GeneralException (const std::string &error="", const std::string file="", size_t lineNumber=0) | |
| virtual std::string | getError () const |
Definition at line 35 of file GeneralException.h.
|
||||||||||||||||
|
Constructs GeneralException, if speed is important don't provide arguments to the ctor
Definition at line 24 of file GeneralException.cpp. |
|
|
Definition at line 49 of file GeneralException.h. |
|
|
outputs the error message based on information sent in the constructor
Definition at line 30 of file GeneralException.cpp. |
|
|
Definition at line 51 of file GeneralException.h. |
|
|
Definition at line 52 of file GeneralException.h. |
|
|
Definition at line 53 of file GeneralException.h. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001