Cpp-Processing
Public Member Functions | List of all members
celantur::ModelCompileException Class Reference

Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model. More...

#include <CelanturExceptions.h>

Collaboration diagram for celantur::ModelCompileException:
Collaboration graph
[legend]

Public Member Functions

 ModelCompileException (std::string_view message)
 
const char * what () const noexcept override
 

Detailed Description

Exception class for errors during model compilation. This exception is thrown when there are issues encountered while compiling a machine learning model.

See Other Exceptions for more exceptions.

Constructor & Destructor Documentation

◆ ModelCompileException()

celantur::ModelCompileException::ModelCompileException ( std::string_view  message)
inline

Member Function Documentation

◆ what()

const char * ModelCompileException::what ( ) const
overridenoexcept