OgreException.h File Reference
#include "OgrePrerequisites.h"
#include "OgreString.h"
#include <exception>
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"

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...
struct  Ogre::ExceptionCodeType< num >
 Template struct which creates a distinct type for each exception code. More...
class  Ogre::ExceptionFactory
 Class implementing dispatch methods in order to construct by-value exceptions of a derived type based just 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

namespace  Ogre

Macros

#define OGRE_EXCEPT(num, desc, src)
#define OgreAssert(a, b)

Macro Definition Documentation

◆ OgreAssert

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

Definition at line 61 of file OgreException.h.


Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.