OgreHapticsException.h File Reference

#include "OgreHapticsPrerequisites.h"

Go to the source code of this file.

Namespaces

namespace  OgreHaptics

Classes

class  OgreHaptics::Exception
 Specialised Ogre::Exception which is used to signal errors inside the library. More...
class  OgreHaptics::DuplicateItemException
class  OgreHaptics::HapticsAPIException
class  OgreHaptics::InternalErrorException
class  OgreHaptics::InvalidArgumentsException
class  OgreHaptics::InvalidOperationException
class  OgreHaptics::ItemNotFoundException
class  OgreHaptics::ExceptionFactory
 Class implementing dispatch methods in order to construct by-value exceptions of a derived type based on an exception code. More...

Defines

#define OGREHAPTICS_EXCEPT(num, desc, src)


Define Documentation

#define OGREHAPTICS_EXCEPT ( num,
desc,
src   ) 

Value:

throw OgreHaptics::ExceptionFactory::create( \
    Ogre::ExceptionCodeType<num>(), desc, src, __FILE__, __LINE__ );

Definition at line 194 of file OgreHapticsException.h.


Last modified Tue Jan 6 22:31:25 2009