Uses of Interface
org.frankframework.core.IErrorMessageFormatter
Packages that use IErrorMessageFormatter
-
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
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 a XSLT-stylesheet to the standard error generated by anErrorMessageFormatter
.