Class ErrorMessageBuilderImpl

java.lang.Object
com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
All Implemented Interfaces:
ErrorMessageBuilder

public class ErrorMessageBuilderImpl extends Object implements ErrorMessageBuilder

This class implements the ErrorMessageBuilder interface and provides a concrete implementation of building the ErrorResponse object using the builder pattern. The builder methods allow setting the timestamp, status code, error message, message, and path fields of the ErrorResponse object. The reset method allows resetting the builder state to start building a new ErrorResponse object.