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 TypeMethodDescriptionvoidConfiguration.setErrorMessageFormatter(IErrorMessageFormatter errorMessageFormatter) Set the defaultIErrorMessageFormatterfor all adapters in this configuration that do not have anErrorMessageFormatterdefined. -
Uses of IErrorMessageFormatter in org.frankframework.core
Methods in org.frankframework.core with parameters of type IErrorMessageFormatterModifier and TypeMethodDescriptionvoidAdapter.setErrorMessageFormatter(IErrorMessageFormatter errorMessageFormatter) Set anErrorMessageFormatterthat 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 TypeClassDescriptionclassApplies a DataSonnet.jsonnetJSON transformation file to the standard JSON error message generated by theErrorMessageFormatter.classThis is the defaultIErrorMessageFormatterimplementation that is used when no specificErrorMessageFormatterhas been configured.classErrorMessageFormatter that returns a fixed message with replacements.classErrorMessageFormatter that returns a standard SOAP fault message.classApplies an XSLT stylesheet to the standard error message generated by theErrorMessageFormatter.classDeprecated.Please note that the information returned by this ErrorMessageFormatter is not very informative.