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) Formatter for errors that can occur in this adapter. -
Uses of IErrorMessageFormatter in org.frankframework.errormessageformatters
Classes in org.frankframework.errormessageformatters that implement IErrorMessageFormatterModifier and TypeClassDescriptionclass
Create an error message in JSON format.class
This class wraps an error in an XML string.class
ErrorMessageFormatter that returns a fixed message with replacements.class
ErrorMessageFormatter that returns a soap fault message.class
Applies an XSLT-stylesheet to the standard error generated by anErrorMessageFormatter
.class
Deprecated.Please note that the information returned by this ErrorMessageFormatter is not very informative.