21 : std::runtime_error(message.data()) {}
22 const char*
what() const noexcept override;
37 : std::runtime_error(message.data()) {}
38 const char*
what() const noexcept override;
51 : std::runtime_error(message) {}
Exception class for dimension mismatches. This exception is thrown when there is a mismatch in expect...
Definition: CelanturExceptions.h:48
DimensionMismatchException(const std::string &message)
Definition: CelanturExceptions.h:50
Exception class for errors during model compilation. This exception is thrown when there are issues e...
Definition: CelanturExceptions.h:18
ModelCompileException(std::string_view message)
Definition: CelanturExceptions.h:20
const char * what() const noexcept override
Definition: CelanturExceptions.cpp:5
Exception class for errors during model loading. This exception is thrown when there are issues encou...
Definition: CelanturExceptions.h:34
ModelLoadException(std::string_view message)
Definition: CelanturExceptions.h:36
DimensionMismatchException dimension_mismatch_exception
Alias for backward compatibility.
Definition: CelanturExceptions.h:55
Definition: CelanturDetection.h:6