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

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

#include <CelanturExceptions.h>

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

Public Member Functions

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

Detailed Description

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

See Other Exceptions for more exceptions.

Constructor & Destructor Documentation

◆ ModelLoadException()

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

Member Function Documentation

◆ what()

const char * ModelLoadException::what ( ) const
overridenoexcept