A class for exceptions of the FileSystemT class. More...
#include "FileSys.hpp"

Public Types | |
| enum | ReasonT { Generic, InitFailure } |
Public Member Functions | |
| FileSystemExceptionT (ReasonT R=Generic) | |
| The constructor. More... | |
Public Attributes | |
| ReasonT | Reason |
| The reason for the exception. More... | |
A class for exceptions of the FileSystemT class.
This is mostly used when new FileSystemT objects are to be created, but the creation is not possible, for example when a zip archive file cannot be opened, a local path doesn't exist, etc.
|
inline |
The constructor.
| ReasonT cf::FileSys::FileSystemExceptionT::Reason |
The reason for the exception.