Class DataSonnetErrorMessageFormatter

java.lang.Object
org.frankframework.errormessageformatters.ErrorMessageFormatter
org.frankframework.errormessageformatters.DataSonnetErrorMessageFormatter
All Implemented Interfaces:
IConfigurable, IErrorMessageFormatter, IScopeProvider, IWithParameters

public class DataSonnetErrorMessageFormatter extends ErrorMessageFormatter implements IErrorMessageFormatter, IConfigurable, IScopeProvider, IWithParameters
Applies a DataSonnet .jsonnet JSON transformation file to the standard JSON error message generated by the ErrorMessageFormatter.

If the transformation does not succeed, this 'standard' error message is returned in JSON format and an exception is logged.

Since:
9.2
See Also:
Parameters
All parameters are added to the .jsonnet stylesheet. Parameter names must be unique.
  • Constructor Details

    • DataSonnetErrorMessageFormatter

      public DataSonnetErrorMessageFormatter()
  • Method Details