| Linderdaum Engine: Linderdaum::clException Class Reference | ![]() |
Parent class for all engine's exceptions. More...
#include <Exceptions.h>
Public Member Functions | |
| clException (clLogger *Logger) | |
| virtual | ~clException () |
| void | SetFileAndLine (const char *File, int Line) |
| void | FatalException () |
Public Attributes | |
| clLogger * | FLogger |
| std::string | FReason |
| std::string | FContext |
| const char * | FFile |
| int | FLine |
Parent class for all engine's exceptions.
| Linderdaum::clException::clException | ( | clLogger * | Logger | ) | [explicit] |
| virtual Linderdaum::clException::~clException | ( | ) | [inline, virtual] |
| void Linderdaum::clException::FatalException | ( | ) |
| void Linderdaum::clException::SetFileAndLine | ( | const char * | File, |
| int | Line | ||
| ) |
| std::string Linderdaum::clException::FContext |
| const char* Linderdaum::clException::FFile |
| std::string Linderdaum::clException::FReason |