Class FixedErrorMessage
java.lang.Object
org.frankframework.errormessageformatters.ErrorMessageFormatter
org.frankframework.errormessageformatters.FixedErrorMessageFormatter
org.frankframework.errormessageformatters.FixedErrorMessage
- All Implemented Interfaces:
IErrorMessageFormatter
,IScopeProvider
@Deprecated(forRemoval=true,
since="7.7.0")
@ConfigurationWarning("Use FixedErrorMessageFormatter instead")
public class FixedErrorMessage
extends FixedErrorMessageFormatter
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
log
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
format, getFilename, getReplaceFrom, getReplaceTo, getReturnString, getStyleSheetName, setFilename, setReplaceFrom, setReplaceTo, setReturnString, setStyleSheetName
Methods inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
getConfigurationClassLoader, getErrorMessage
-
Constructor Details
-
FixedErrorMessage
public FixedErrorMessage()Deprecated, for removal: This API element is subject to removal in a future version.
-