X-Git-Url: http://jaekl.net/gitweb/?p=cfb.git;a=blobdiff_plain;f=prod%2Fnet%2Fjaekl%2Fcfb%2Fstore%2FStoreException.java;fp=prod%2Fnet%2Fjaekl%2Fcfb%2Fstore%2FStoreException.java;h=c1c3e785551b21b88cb5de81684ce3147fe3ca31;hp=b7d75816450814da88747a968314aa76e3dd4162;hb=7ac6be132ecd6872971a1de56f033b4434d3173a;hpb=4624f0fed5347f4f5fd62a2225c789d0f9ea6b6f diff --git a/prod/net/jaekl/cfb/store/StoreException.java b/prod/net/jaekl/cfb/store/StoreException.java index b7d7581..c1c3e78 100644 --- a/prod/net/jaekl/cfb/store/StoreException.java +++ b/prod/net/jaekl/cfb/store/StoreException.java @@ -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;