Class FileContentError
Defined in File errorHandler.h
Inheritance Relationships
Base Type
public ErrorHandler
(Class ErrorHandler)
Class Documentation
-
class FileContentError : public ErrorHandler
Exception for errors related to incorrect or unexpected content within a file.
Public Functions
-
inline explicit FileContentError(const std::string &message)
Constructs a FileContentError with a custom message.
- Parameters:
message – The message detailing the cause of the exception.
-
inline explicit FileContentError(const std::string &message)