|
From: Bruce M. <br...@mc...> - 2003-04-17 20:36:38
|
All, I am adding a property to the com.babeldoc.core.GeneralException class called context. This is of type Map. This will allow associated objects that convey the state at the throw point to be carried with the object. This is primarily to allow for the logging code to get state information. The next steps is to add the setters for this in the various throw code. The only problem that can arise from this is that you get lots of references carried around the code which can make garbage collection an issue. So the logging code must not keep the reference. regards, Bruce. |