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

cn.featherfly.common.exception.LocalizedExceptionCode Maven / Gradle / Ivy

The newest version!

package cn.featherfly.common.exception;

import java.util.Locale;

import cn.featherfly.common.exception.ExceptionCode;

/**
 * 

* LocalizedExceptionCode *

* * @author zhongj * @since 1.7 * @version 1.7 */ public interface LocalizedExceptionCode extends ExceptionCode { /** *

* 返回消息绑定参数 *

* @return 消息绑定参数 */ Object[] getArgus(); /** *

* 返回资源文件中的key *

* @return 资源文件中的key */ String getKey(); /** * 返回locale * @return locale */ Locale getLocale(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy