• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

BCErrorCodes.h

Go to the documentation of this file.
00001 #ifndef __BCERRORCODES__H
00002 #define __BCERRORCODES__H
00003 
00004 /*!
00005  * \brief Definition of error codes.
00006  * \author Daniel Kollar
00007  * \author Kevin Kröninger
00008  * \version 1.0
00009  * \date 08.2008
00010  * \detail Error codes are defined here.
00011  */
00012 
00013 /*
00014  * Copyright (C) 2008-2010, 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 Mon Aug 30 2010 22:14:54 for Bayesian Analysis Toolkit by  doxygen 1.7.1