# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

nel_exception_def.h

Go to the documentation of this file.
00001 #ifndef NL_RYZOM_EXCEPTION_DEF_H
00002 #define NL_RYZOM_EXCEPTION_DEF_H
00003 
00004 namespace Exc
00005 {               
00006         enum NumError{
00007                 indexErrorNum,
00008                 indexHandeledErrorNum,
00009                 loadFileError,
00010                 notImplemented,
00011                 unRegisterClassErrorNum,
00012                 unReference
00013         };
00014 }
00015 #endif