![]() |
Chisei v1.0
Lightweight AI/ML Framework
|
Exception class for errors encountered during model loading. More...
#include <model_loader_exception.hpp>


Public Member Functions | |
| ModelLoaderException (std::string _message) | |
| Constructs a ModelLoaderException with a given error message. | |
| char * | what () |
| Retrieves the error message associated with the exception. | |
This class is derived from std::exception and provides a way to handle errors specifically related to model loading operations. It encapsulates an error message that can be retrieved using the what() method.
Definition at line 54 of file model_loader_exception.hpp.
|
inline |
| _message | The error message describing the exception. |
Definition at line 67 of file model_loader_exception.hpp.
|
inline |
Definition at line 75 of file model_loader_exception.hpp.