Contains the classes of
MulTEx - the Multi-Tier Exception Handling Framework
and other useful service classes.
This package will still work correctly, if it is renamed,
but you should not put classes of this package into different packages.
Plans
- 1) 2000-07-21 MsgText: Prevent suppressing of exceptions parameters,
for which the placeholder {i} is not present in the corresponding
message text pattern, as java.text.MessageFormat does it, unfortunately.
In the rare case of exception reporting all diagnostic informations is
needed.
- 2) 2000-07-21 Change the format for reporting exception parameters,
for which there is no plaeholder in the message text pattern, or for which
there is no message text pattern, at all. It should not be reported as
[i]=value
, but as
{i}=value
instead. This form is better reminds to the placeholder syntax.
@author Christoph Knabe, TFH Berlin, 1999-2000 Copyrighted