OGRE  1.9.0
Static Public Member Functions | Private Member Functions | List of all members
Ogre::ExceptionFactory Class Reference

Class implementing dispatch method in order to construct by-value exceptions of a derived type based on an exception code. More...

#include <OgreException.h>

Static Public Member Functions

static OGRE_NORETURN void throwException (Exception::ExceptionCodes code, int number, const String &desc, const String &src, const char *file, long line)
 

Private Member Functions

 ExceptionFactory ()
 Private constructor, no construction.
 

Detailed Description

Class implementing dispatch method in order to construct by-value exceptions of a derived type based on an exception code.

Definition at line 234 of file OgreException.h.

Constructor & Destructor Documentation

◆ ExceptionFactory()

Ogre::ExceptionFactory::ExceptionFactory ( )
private

Private constructor, no construction.

Definition at line 238 of file OgreException.h.

Member Function Documentation

◆ throwException()

static OGRE_NORETURN void Ogre::ExceptionFactory::throwException ( Exception::ExceptionCodes  code,
int  number,
const String desc,
const String src,
const char file,
long  line 
)
static

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