BCErrorCodes.h

Go to the documentation of this file.
00001 #ifndef __BCERRORCODES__H
00002 #define __BCERRORCODES__H
00003 
00013 /*
00014  * Copyright (C) 2008, Daniel Kollar and Kevin Kroeninger.
00015  * All rights reserved.
00016  *
00017  * For the licensing terms see doc/COPYING.
00018  */
00019 
00020 // ---------------------------------------------------------
00021 
00022 #define ERROR_FILENOTFOUND -10
00023 
00024 #define ERROR_TREENOTFOUND -20
00025 
00026 #define ERROR_NOEVENTS -30
00027 
00028 #define ERROR_METHODNOTOVERLOADED  -40
00029 
00030 #define ERROR_EMPTYVECTOR -50
00031 
00032 #define ERROR_INVALIDNUMBEROFPARAMETERS -60
00033 #define ERROR_PARAMETERNOTWITHINRANGE -61
00034 #define ERROR_PARAMETERINDEXNOTWITHINRANGE -62
00035 #define ERROR_PARAMETERSETDOESNOTEXIST -63
00036 #define ERROR_PARAMETEREXISTSALREADY -64
00037 
00038 #define ERROR_NOMODELS -70
00039 
00040 // ---------------------------------------------------------
00041 
00042 #endif
00043 

Generated on Thu Feb 11 11:29:30 2010 for BayesianAnalysisToolkit by  doxygen 1.5.1