23 "Input data error: %s %" PRIuFAST32
"\n";
28 "invalid bitmap offset",
29 "invalid DIB header size",
30 "invalid image width",
31 "invalid image height",
33 "invalid number of color planes",
34 "invalid number of bits per pixel",
35 "invalid value for compression",
37 "invalid number of colors",
38 "invalid number of important colors",
39 "invalid number of threads",
40 "invalid number of termites",
41 "invalid number of steps"
58 uint_fast32_t thisValue) noexcept:
Exception(),
59 ExceptionKind(thisExceptionKind), Value(thisValue)
86 if (fprintf(OutputFile, ErrorFormat,
87 Message [
static_cast<unsigned int>(ExceptionKind)], Value) < 0)