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