OgreHaptics::DuplicateItemException Class Reference

#include <OgreHapticsException.h>

Inheritance diagram for OgreHaptics::DuplicateItemException:

OgreHaptics::Exception

List of all members.

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

 DuplicateItemException (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.


Detailed Description

Definition at line 95 of file OgreHapticsException.h.


Member Enumeration Documentation

List of definitions of error codes used by OgreHaptics.

Enumerator:
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.


Constructor & Destructor Documentation

OgreHaptics::DuplicateItemException::DuplicateItemException ( int  number,
const String &  description,
const String &  source,
const char *  file,
long  line 
)

Definition at line 98 of file OgreHapticsException.h.


Member Function Documentation

virtual const String& OgreHaptics::Exception::getFullDescription ( void   )  const [virtual, inherited]

Returns a string with the full description of the error.

Remarks:


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

Last modified Tue Jan 6 22:31:26 2009