Castor3D  ..
Public Member Functions | List of all members
Castor3D::PluginException Class Reference

Plugin loading exception. More...

+ Inheritance diagram for Castor3D::PluginException:
+ Collaboration diagram for Castor3D::PluginException:

Public Member Functions

C3D_API PluginException (bool p_critical, std::string const &p_description, char const *p_file, char const *p_function, uint32_t p_line)
 Constructor. More...
 
C3D_API ~PluginException () throw ()
 Destructor. More...
 
bool IsCritical () const
 Tells if the exception is critical. More...
 

Detailed Description

Plugin loading exception.

Author
Sylvain DOREMUS
Version
0.6.1.0
Date
01/04/2011

Constructor & Destructor Documentation

◆ PluginException()

C3D_API Castor3D::PluginException::PluginException ( bool  p_critical,
std::string const &  p_description,
char const *  p_file,
char const *  p_function,
uint32_t  p_line 
)

Constructor.

Parameters
[in]p_criticalTells if the exception is critical
[in]p_descriptionThe exception description
[in]p_fileThe file
[in]p_functionThe function
[in]p_lineThe file line

◆ ~PluginException()

C3D_API Castor3D::PluginException::~PluginException ( )
throw (
)

Destructor.

Member Function Documentation

◆ 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: