Castor3D  ..
Classes | Namespaces | Macros
PluginException.hpp File Reference
+ Include dependency graph for PluginException.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  Castor3D::PluginException
 Plugin loading exception. More...
 

Namespaces

 Castor3D
 

Macros

#define CASTOR_PLUGIN_EXCEPTION(description, critical)   throw PluginException( critical, description, __FILE__, __FUNCTION__, __LINE__)
 helper macro to ease the use of PluginException More...
 

Macro Definition Documentation

◆ CASTOR_PLUGIN_EXCEPTION

#define CASTOR_PLUGIN_EXCEPTION (   description,
  critical 
)    throw PluginException( critical, description, __FILE__, __FUNCTION__, __LINE__)

helper macro to ease the use of PluginException