Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Java, Linux/UNIX, Windows
Description
Containers must have an effective way of managing exceptions. This requires us to come up with a strategy for creating an exception hierarchy that will allow exceptions to "boil up" to the top of the chain so that a roadmap for resolving them could be formulated. It will also help in including exceptions as part of normal documentation.
This will require a new sub-project under core called techne.admin and may require the use of aspects (AOP).
