|
Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
Exception to be thrown on FileSystem errors. More...
#include <FileSystem.h>


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="") |
Exception to be thrown on FileSystem errors.