Uses of Interface
org.frankframework.core.IErrorMessageFormatter
Packages that use IErrorMessageFormatter
Package
Description
-
Uses of IErrorMessageFormatter in org.frankframework.configuration
Methods in org.frankframework.configuration with parameters of type IErrorMessageFormatterModifier and TypeMethodDescriptionvoid
Configuration.setErrorMessageFormatter
(IErrorMessageFormatter errorMessageFormatter) Set the defaultIErrorMessageFormatter
for all adapters in this configuration that do not have anErrorMessageFormatter
defined. -
Uses of IErrorMessageFormatter in org.frankframework.core
Methods in org.frankframework.core with parameters of type IErrorMessageFormatterModifier and TypeMethodDescriptionvoid
Adapter.setErrorMessageFormatter
(IErrorMessageFormatter errorMessageFormatter) Set anIErrorMessageFormatter
that will be used to format an error-message when an exception occurs in this adapter. -
Uses of IErrorMessageFormatter in org.frankframework.errormessageformatters
Classes in org.frankframework.errormessageformatters that implement IErrorMessageFormatterModifier and TypeClassDescriptionclass
Applies a DataSonnet.jsonnet
JSON transformation file to the standard JSON error message generated by theErrorMessageFormatter
.class
This is the defaultIErrorMessageFormatter
implementation that is used when no specificErrorMessageFormatter
has been configured.class
ErrorMessageFormatter that returns a fixed message with replacements.class
ErrorMessageFormatter that returns a standard SOAP fault message.class
Applies an XSLT stylesheet to the standard error message generated by theErrorMessageFormatter
.class
Deprecated.Please note that the information returned by this ErrorMessageFormatter is not very informative.