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

Version comparison exception. More...

+ Inheritance diagram for Castor3D::VersionException:
+ Collaboration diagram for Castor3D::VersionException:

Public Member Functions

C3D_API VersionException (Version const &p_given, Version const &p_expected, char const *p_strFile, char const *p_strFunction, uint32_t p_uiLine)
 Constructor. More...
 
virtual C3D_API ~VersionException () throw ()
 Destructor. More...
 

Detailed Description

Version comparison exception.

Author
Sylvain DOREMUS
Version
0.6.1.0
Date
01/04/2011

Constructor & Destructor Documentation

◆ VersionException()

C3D_API Castor3D::VersionException::VersionException ( Version const &  p_given,
Version const &  p_expected,
char const *  p_strFile,
char const *  p_strFunction,
uint32_t  p_uiLine 
)

Constructor.

Parameters
[in]p_givenThe given version
[in]p_expectedThe expected version
[in]p_strFileThe file
[in]p_strFunctionThe function
[in]p_uiLineThe file line

◆ ~VersionException()

virtual C3D_API Castor3D::VersionException::~VersionException ( )
throw (
)
inlinevirtual

Destructor.


The documentation for this class was generated from the following file: