dtGame::ExceptionEnum Class Reference

#include <exceptionenum.h>

Inheritance diagram for dtGame::ExceptionEnum:

dtUtil::Enumeration

List of all members.

Static Public Attributes

static ExceptionEnum GENERAL_GAMEMANAGER_EXCEPTION
 Exception enumeration used for general game manager exceptions.
static ExceptionEnum INVALID_PARAMETER
 Exception enumeration used for method invalid parameters.
static ExceptionEnum UNKNOWN_ACTOR_TYPE
 Exception enumeration used when trying to create a actor on the game manager with an unknown type.
static ExceptionEnum ACTOR_IS_REMOTE
 Exception enumeration used when an actor is remote and an operation only applicable to local actors is requested.
static ExceptionEnum INVALID_ACTOR_STATE
 Exception enumeration used when actors are in invalid states and code can't continue.
static ExceptionEnum GAME_APPLICATION_CONFIG_ERROR
 Game applcation was unable to initialize for some reason.
static ExceptionEnum DEAD_RECKONING_EXCEPTION
 Used when an error occures working with the dead reckoing component.

Protected Member Functions

 ExceptionEnum (const std::string &name)


Constructor & Destructor Documentation

dtGame::ExceptionEnum::ExceptionEnum ( const std::string &  name  )  [inline, protected]


Member Data Documentation

ExceptionEnum dtGame::ExceptionEnum::GENERAL_GAMEMANAGER_EXCEPTION [static]

Exception enumeration used for general game manager exceptions.

ExceptionEnum dtGame::ExceptionEnum::INVALID_PARAMETER [static]

Exception enumeration used for method invalid parameters.

ExceptionEnum dtGame::ExceptionEnum::UNKNOWN_ACTOR_TYPE [static]

Exception enumeration used when trying to create a actor on the game manager with an unknown type.

ExceptionEnum dtGame::ExceptionEnum::ACTOR_IS_REMOTE [static]

Exception enumeration used when an actor is remote and an operation only applicable to local actors is requested.

ExceptionEnum dtGame::ExceptionEnum::INVALID_ACTOR_STATE [static]

Exception enumeration used when actors are in invalid states and code can't continue.

ExceptionEnum dtGame::ExceptionEnum::GAME_APPLICATION_CONFIG_ERROR [static]

Game applcation was unable to initialize for some reason.

ExceptionEnum dtGame::ExceptionEnum::DEAD_RECKONING_EXCEPTION [static]

Used when an error occures working with the dead reckoing component.


http://www.delta3d.org
2.0.0 generated 14 Feb 2008