This interface should be implemented by classes derived from {@link java.lang.Throwable}that may contain a stacked, additional or wrapped throwable.
Such cases are common when
We provide the expected code in block comments starting with -->, terminated by -->. Note that the provided code also includes a new implementation of the base class method {@link java.lang.Throwable#getMessage} using the textformatting capabilities of {@link java.text.MessageFormat}.
Note: This interface replaces the formerly usedExceptionList
interface. Note: With JDK 1.4, the chained exception facility is available, that implements a Throwable stack (or list of causes) already in {@link java.lang.Throwable}. Still, the notion of a wrapped exception and the delayed formatting is a reason for this interface.
@version 1.00, 2001/06/26
@author Heiko Blau
|
|
|
|
|
|