Libmagicxx v9.0.2
A C++ wrapper library over the Magic Number Recognition Library.
Loading...
Searching...
No Matches
recognition::path_is_not_regular_file Class Referencefinal

Exception thrown from magic::load_database_file when the database file path is not a regular file. More...

#include <magic_exception.hpp>

Inheritance diagram for recognition::path_is_not_regular_file:
Collaboration diagram for recognition::path_is_not_regular_file:

Public Member Functions

 path_is_not_regular_file (const std::string &path)
 Construct path_is_not_regular_file with the database file path that is not a regular file.
 
- Public Member Functions inherited from recognition::magic_exception
 magic_exception (const std::string &function, const std::string &error_message)
 Construct magic_exception with an error message and the name of the funtion where the error occurred.
 

Detailed Description

Exception thrown from magic::load_database_file when the database file path is not a regular file.

Constructor & Destructor Documentation

◆ path_is_not_regular_file()

recognition::path_is_not_regular_file::path_is_not_regular_file ( const std::string & path)
inlineexplicit

Construct path_is_not_regular_file with the database file path that is not a regular file.

Parameters
[in]database_file_pathThe database file path that is not a regular file.

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