Interface IErrorMessageFormatter

All Known Implementing Classes:
ErrorMessageFormatter, FixedErrorMessage, FixedErrorMessageFormatter, SoapErrorMessage, SoapErrorMessageFormatter, XslErrorMessageFormatter

@FrankDocGroup(ERROR_MESSAGE_FORMATTER) public interface IErrorMessageFormatter
An errorMessageFormatter is responsible for returning a string describing the error at hand in a format that the receiver expects. By implementing this interface, it is possible to customize messages.
Author:
Johan Verrips