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