OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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. More...
 

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

Ogre::ExceptionFactory::ExceptionFactory ( )
inlineprivate

Private constructor, no construction.

Definition at line 238 of file OgreException.h.

Member Function Documentation


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