Class Y01ErrorMessageFormatter
java.lang.Object
org.frankframework.errormessageformatters.ErrorMessageFormatter
org.frankframework.errormessageformatters.Y01ErrorMessageFormatter
- All Implemented Interfaces:
IErrorMessageFormatter
,IScopeProvider
Deprecated.
ErrorMessageFormatter for JUICE, introduced with the Y01-project.
- Author:
- Johan Verrips IOS
-
Field Summary
Fields inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.errormessageformatters.ErrorMessageFormatter
getErrorMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.frankframework.core.IScopeProvider
getConfigurationClassLoader
-
Constructor Details
-
Y01ErrorMessageFormatter
public Y01ErrorMessageFormatter()Deprecated.
-
-
Method Details
-
format
public Message format(String message, Throwable t, HasName location, Message originalMessage, String messageId, long receivedTime) Deprecated.Description copied from class:ErrorMessageFormatter
Format the available parameters into a XML-message. Override this method in descender-classes to obtain the required behaviour.- Specified by:
format
in interfaceIErrorMessageFormatter
- Overrides:
format
in classErrorMessageFormatter
-
ErrorMessageFormatter
orXslErrorMessageFormatter