Class XslErrorMessageFormatter

java.lang.Object
org.frankframework.errormessageformatters.ErrorMessageFormatter
org.frankframework.errormessageformatters.XslErrorMessageFormatter
All Implemented Interfaces:
IErrorMessageFormatter, IScopeProvider

public class XslErrorMessageFormatter extends ErrorMessageFormatter
Applies a XSLT-stylesheet to the standard error generated by an ErrorMessageFormatter. If the transformation does not succeed, this 'standard' error message is returned and an exception is logged. Hint: use xpathExression="/errorMessage/@message" for a single compact string as errormessage.
Author:
Johan Verrips IOS
  • Field Details

  • Constructor Details

    • XslErrorMessageFormatter

      public XslErrorMessageFormatter()
  • Method Details