Kanzi throws this exception when it tries to load a file that cannot be opened or does not exist.
More...
#include <kanzi/core/error/exception.hpp>
Kanzi throws this exception when it tries to load a file that cannot be opened or does not exist.
- Since
- Kanzi 3.9.6.
kanzi::UnableToOpenFileException::UnableToOpenFileException |
( |
const string & |
fileName | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
fileName | The name of the file that Kanzi fails to open. |
const string& kanzi::UnableToOpenFileException::getFileName |
( |
| ) |
|
|
inline |
Returns the name of the file that Kanzi fails to open.
- Returns
- The name of the file.
The documentation for this class was generated from the following file: