Further unit tests: getVar()
[cfb.git] / prod / net / jaekl / cfb / store / StoreException.java
index b7d75816450814da88747a968314aa76e3dd4162..c1c3e785551b21b88cb5de81684ce3147fe3ca31 100644 (file)
@@ -8,7 +8,8 @@ public class StoreException extends CfbException {
        public enum Type {
                UNKNOWN_PATTERN,        // bug pattern type is not found in the message collection 
                UNKNOWN_CATEGORY,       // bug category is not found in the message collection
-               INVALID_LOC_ID          // the specified location ID is not found in the database
+               INVALID_LOC_ID,         // the specified location ID is not found in the database
+               INVALID_VAR_ID          // the specified variable ID is not found in the database
        }
        
        private Type m_type;