Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor3d::PluginException Class Reference

#include <PluginException.hpp>

Inheritance diagram for castor3d::PluginException:
Inheritance graph
[legend]
Collaboration diagram for castor3d::PluginException:
Collaboration graph
[legend]

Public Member Functions

C3D_API PluginException (bool critical, std::string const &description, char const *file, char const *function, uint32_t line)
 Constructor. More...
 
bool isCritical () const
 Tells if the exception is critical. More...
 

Constructor & Destructor Documentation

◆ PluginException()

C3D_API castor3d::PluginException::PluginException ( bool  critical,
std::string const &  description,
char const *  file,
char const *  function,
uint32_t  line 
)

Constructor.

Parameters
[in]criticalTells if the exception is critical
[in]descriptionThe exception description
[in]fileThe file
[in]functionThe function
[in]lineThe file line

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: