All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.saphyra.exceptionhandling.ErrorTranslationAdapter Maven / Gradle / Ivy

package com.github.saphyra.exceptionhandling;

import java.util.Map;

public interface ErrorTranslationAdapter {
    default String translateMessage(String errorCode, Map params) {
        return "Could not translate errorCode " + errorCode;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy