X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/c85843afb9bd492b46d6fe87a8287157097483f5..4327c2b8817b627249d98d889835726217c81a4e:/Exception.h diff --git a/Exception.h b/Exception.h index 608bc55..9fc2b08 100644 --- a/Exception.h +++ b/Exception.h @@ -25,6 +25,7 @@ supp. infos : saved in UTF-8 [éè] #define PROJECTFILE_NOACCESS 201 #define PROJECTFILE_CORRUPTED 202 +#define PROJECTPATH_NOACCESS 203 #define BLOCKFILE_NOACCESS 301 #define BLOCKFILE_CORRUPTED 302 @@ -52,6 +53,7 @@ supp. infos : saved in UTF-8 [éè] #define IFACE_BLOCK_NOCLKRST 2004 #define IFACE_GROUP_NOCLKRST 2005 #define IFACE_TOP_NOCLKRSTGEN 2006 +#define IFACE_INVALID_CLKFREQ 2007 // exceptions for block items manipulations #define BLOCKITEM_NULL 3001 @@ -64,9 +66,11 @@ supp. infos : saved in UTF-8 [éè] #define INVALID_VALUE 5001 // exception for patterns -#define INVALID_REFBLOCK_USE 10001 -#define INVALID_GROUPBLOCK_USE 10002 -#define INVALID_DELTA_CP 10003 // delta and CP are not consistent (NB: used during admittance computation) +#define INVALID_FUNBLOCK_USE 10001 +#define INVALID_REFBLOCK_USE 10002 +#define INVALID_GROUPBLOCK_USE 10003 + +#define INVALID_DELTA_CP 10004 // delta and CP are not consistent (NB: used during admittance computation) #define EVAL_PARAM_UNKNOWN 10101 // a variable used in an expression is not defined as a block parameter #define EVAL_PARAM_NOVALUE 10102 // can't get the double value of a block parameter