by Craig Shearer >> Mon, 7 Feb 2000 3:12:40 GMT
Every JADE generated exception code should have a meaningful global constant associated with it.
Eg.
JE_KeyAlreadyUsedInDict = 1310
JE_ObjectNotFound = 4
JE_NullObjectReference = 1090
I know it's a big job, but it would save developers from either coding their own ones (which would be different to every other developer's constant names) or worse, using the literal value in their code rather than a constant.
Craig.