TDME2 1.9.121
FileSystemException.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
7
9
10/**
11 * File system exception
12 * @author Andreas Drewke
13 * @version $Id$
14 */
16{
17public:
18
19 /**
20 * @brief Public constructor
21 * @param message message Exception message
22 */
23 FileSystemException(const string& message) throw();
24
25};
FileSystemException(const string &message)
Public constructor.
Exception base class.
Definition: ExceptionBase.h:20