#include <OgreHapticsException.h>
Public Types | |
enum | ExceptionCodes { ERR_DUPLICATE_ITEM = 0x1101, ERR_HAPTICSAPI_ERROR, ERR_INTERNAL_ERROR, ERR_INVALID_ARGUMENTS, ERR_INVALID_OPERATION, ERR_ITEM_NOT_FOUND } |
List of definitions of error codes used by OgreHaptics. More... | |
Public Member Functions | |
HapticsAPIException (int number, const String &description, const String &source, const char *file, long line) | |
virtual const String & | getFullDescription (void) const |
Returns a string with the full description of the error. |
Definition at line 102 of file OgreHapticsException.h.
enum OgreHaptics::Exception::ExceptionCodes [inherited] |
List of definitions of error codes used by OgreHaptics.
ERR_DUPLICATE_ITEM | |
ERR_HAPTICSAPI_ERROR | |
ERR_INTERNAL_ERROR | |
ERR_INVALID_ARGUMENTS | |
ERR_INVALID_OPERATION | |
ERR_ITEM_NOT_FOUND |
Definition at line 70 of file OgreHapticsException.h.
OgreHaptics::HapticsAPIException::HapticsAPIException | ( | int | number, | |
const String & | description, | |||
const String & | source, | |||
const char * | file, | |||
long | line | |||
) |
Definition at line 105 of file OgreHapticsException.h.
virtual const String& OgreHaptics::Exception::getFullDescription | ( | void | ) | const [virtual, inherited] |
Returns a string with the full description of the error.
Last modified Tue Jan 6 22:31:26 2009