Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
Loading...
Searching...
No Matches
txeo::LoggerFileError Class Reference

Exception class for file logging errors. More...

#include <LoggerFile.h>

Inheritance diagram for txeo::LoggerFileError:
Inheritance graph
Collaboration diagram for txeo::LoggerFileError:
Collaboration graph

Detailed Description

Exception class for file logging errors.

Thrown during file operations or write failures. Inherits from std::runtime_error.

Example Usage:

try {
logger.debug("Sensor reading");
} catch(const LoggerFileError& e) {
handle_error(e.what());
}
A container for managing training, evaluation, and test data splits.
Definition DataTable.h:24
Exception class for file logging errors.
Definition LoggerFile.h:102

Definition at line 102 of file LoggerFile.h.


The documentation for this class was generated from the following file: