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

Exception thrown when a path does not exist. More...

#include <magic_exception.hpp>

Inheritance diagram for recognition::path_does_not_exist:
Collaboration diagram for recognition::path_does_not_exist:

Public Member Functions

 path_does_not_exist (const std::string &path)
 Construct path_does_not_exist with the path that does not exist.
 
- 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 when a path does not exist.

Constructor & Destructor Documentation

◆ path_does_not_exist()

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

Construct path_does_not_exist with the path that does not exist.

Parameters
[in]pathThe path that does not exist.

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