com.ibm.commons.util
Interface IExceptionEx

All Known Implementing Classes:
AbstractException, AbstractIOException, AbstractRuntimeException, EvaluationExceptionEx, JsonException, LogException, NotImplementedException, XMLException

public interface IExceptionEx

Extended exception interface.

This interface can be implemented by Exception classes to provide extra information when dumped to a log file.


Method Summary
 void printExtraInformation(java.io.PrintWriter err)
          Get the exception extra information, as text.
 

Method Detail

printExtraInformation

void printExtraInformation(java.io.PrintWriter err)
Get the exception extra information, as text. This information can be logged to provide a better serviceability.