Class FileFormatError

Inheritance Relationships

Base Type

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.