Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
giri::FileSystem::FileSystemException Class Referencefinal

Exception to be thrown on FileSystem errors. More...

#include <FileSystem.h>

Inheritance diagram for giri::FileSystem::FileSystemException:
Collaboration diagram for giri::FileSystem::FileSystemException:

Public Types

using SPtr = std::shared_ptr< FileSystemException >
 
using UPtr = std::unique_ptr< FileSystemException >
 
using WPtr = std::weak_ptr< FileSystemException >
 
- Public Types inherited from giri::Object< ExceptionBase >
using SPtr = std::shared_ptr< ExceptionBase >
 
using UPtr = std::unique_ptr< ExceptionBase >
 
using WPtr = std::weak_ptr< ExceptionBase >
 

Public Member Functions

 FileSystemException (const std::string &msg)
 
- Public Member Functions inherited from giri::ExceptionBase
 ExceptionBase (const std::string &msg="")
 
const char * what () const throw ()
 
std::string getMessage () const
 
void setMessage (const std::string &message="")
 

Detailed Description

Exception to be thrown on FileSystem errors.


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