#include "NameException.h"
Definition at line 50 of file NameException.h.
◆ NameException()
GraphicSpace::NameException::NameException |
( |
const uint8_t |
Name[Bitmap::HEADER_NAME_LENGTH] | ) |
|
|
noexcept |
◆ ~NameException()
GraphicSpace::NameException::~NameException |
( |
void |
| ) |
|
|
defaultnoexcept |
◆ Write()
void GraphicSpace::NameException::Write |
( |
FILE * |
OutputFile | ) |
const |
|
overridevirtualnoexcept |
◆ ErrorFormat
GraphicSpace::NameException::ErrorFormat |
|
staticprivate |
Initial value:=
"Input data error: %s %.*s\n"
Format string used to write error messages.
Definition at line 65 of file NameException.h.
◆ ExceptionKind
GraphicSpace::NameException::ExceptionKind |
|
private |
◆ Message
GraphicSpace::NameException::Message |
|
staticprivate |
Initial value:=
{
"invalid file type name"
}
Array of error messages, one for each error.
- Note
- The sequence of messages must correspond to the sequence of values of the NameExceptionType type.
- See also
- NameExceptionType
Definition at line 75 of file NameException.h.
◆ String
GraphicSpace::NameException::String |
|
private |
The documentation for this class was generated from the following files: