#include "Exception.h"
The Exception abstract class is the the parent class of all exceptions in the GraphicSpace.
Definition at line 29 of file Exception.h.
◆ Exception()
GraphicSpace::Exception::Exception |
( |
void |
| ) |
|
|
protectednoexcept |
- Description:
- Constructor.
- Exceptions
-
- Returns
- Not applicable
Definition at line 35 of file Exception.cpp.
◆ ~Exception()
virtual GraphicSpace::Exception::~Exception |
( |
void |
| ) |
|
|
protectedvirtualdefaultnoexcept |
◆ FatalError()
void GraphicSpace::Exception::FatalError |
( |
void |
| ) |
|
|
staticprotectednoexcept |
- Description:
- Write an error message and terminate the execution.
- Exceptions
-
- Returns
- None.
- Note
- The function does not return.
Definition at line 52 of file Exception.cpp.
References IgnoreValue.
◆ Write()
virtual void GraphicSpace::Exception::Write |
( |
FILE * |
OutputFile | ) |
const |
|
virtualnoexcept |
◆ FatalErrorMessage
GraphicSpace::Exception::FatalErrorMessage |
|
staticprivate |
Initial value:=
"Fatal error, terminating\n"
Message written when a fatal error occurs.
Definition at line 35 of file Exception.h.
The documentation for this class was generated from the following files: