#include <PluginException.hpp>
◆ PluginException()
C3D_API castor3d::PluginException::PluginException |
( |
bool |
critical, |
|
|
std::string const & |
description, |
|
|
char const * |
file, |
|
|
char const * |
function, |
|
|
uint32_t |
line |
|
) |
| |
Constructor.
- Parameters
-
[in] | critical | Tells if the exception is critical |
[in] | description | The exception description |
[in] | file | The file |
[in] | function | The function |
[in] | line | The file line |
◆ isCritical()
bool castor3d::PluginException::isCritical |
( |
| ) |
const |
|
inline |
Tells if the exception is critical.
- Returns
- The status
The documentation for this class was generated from the following file: