OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreException.h File Reference
#include "OgrePrerequisites.h"
#include "OgreString.h"
#include <exception>
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
+ Include dependency graph for OgreException.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::Exception
 When thrown, provides information about an error that has occurred inside the engine. More...
 
class  Ogre::ExceptionFactory
 Class implementing dispatch method in order to construct by-value exceptions of a derived type based on an exception code. More...
 
class  Ogre::FileNotFoundException
 
class  Ogre::InternalErrorException
 
class  Ogre::InvalidParametersException
 
class  Ogre::InvalidStateException
 
class  Ogre::IOException
 
class  Ogre::ItemIdentityException
 
class  Ogre::RenderingAPIException
 
class  Ogre::RuntimeAssertionException
 
class  Ogre::UnimplementedException
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Macros

#define OGRE_EXCEPT(code, desc, src)   Ogre::ExceptionFactory::throwException(code, code, desc, src, __FILE__, __LINE__);
 
#define OGRE_EXCEPT_EX(code, num, desc, src)   Ogre::ExceptionFactory::throwException(code, num, desc, src, __FILE__, __LINE__);
 
#define OgreAssert(a, b)   assert( (a) && (b) )
 

Macro Definition Documentation

#define OgreAssert (   a,
 
)    assert( (a) && (b) )

Definition at line 61 of file OgreException.h.

Referenced by Ogre::ProgressiveMeshGenerator::addIndexDataImpl().